Perl (14)

See Also:
Regular Links:

http://perl.plover.com/yak/dirty/
Dirty Secrets of the Perl Regex Engine Open in a new browser window
   Slides from a talk the author presented at TPC and YAPC. Covers the /o flag and re 'eval'.
   http://perl.plover.com/yak/dirty/
http://perl.plover.com/Regex/
How Regexes Work Open in a new browser window
   An article about how to use regular expressions in Perl by M-J Dominus.
   http://perl.plover.com/Regex/
http://www.hakank.org/makeregex/
MakeRegex Open in a new browser window
   The Perl-module by Hakan Kjellerstrand composes a regex-expression from a list of words.
   http://www.hakank.org/makeregex/
http://people.bath.ac.uk/ccsnad/perl/everything_to_know/regexps.html
PERL5 Regular Expression Description Open in a new browser window
   Detailed description written by Tom Christiansen in response to a question posted to comp.lang.perl.misc.
   http://people.bath.ac.uk/ccsnad/perl/everything_to_know/regexps.html
http://perldoc.perl.org/perlfaq6.html
Perl FAQ : Regular Expressions Open in a new browser window
   Pattern matching and regular expressions.
   http://perldoc.perl.org/perlfaq6.html
http://www.anaesthetist.com/mnm/perl/regex.htm
Perl Regex Open in a new browser window
   An introduction covering basic concepts.
   http://www.anaesthetist.com/mnm/perl/regex.htm
http://perl.plover.com/NPC/
Perl Regular Expression Matching is NP-Complete Open in a new browser window
   A discussion of the complexity of regular expression matching algorithms in Perl.
   http://perl.plover.com/NPC/
http://www.erudil.com/preqr.pdf
Perl Regular Expression Quick Reference Open in a new browser window
   One-page document containing tabulated summaries of common codes, modifiers, and special characters. [PDF]
   http://www.erudil.com/preqr.pdf
http://virtual.park.uga.edu/humcomp/perl/regex2a.html
Perl Regular Expression Tutorial Open in a new browser window
   A tutorial that shows how to use Regular Expressions in Perl.
   http://virtual.park.uga.edu/humcomp/perl/regex2a.html
http://perldoc.perl.org/perlre.html
Perldoc.com - perlre Open in a new browser window
   Describes the syntax of regular expressions in Perl.
   http://perldoc.perl.org/perlre.html
http://perldoc.perl.org/perlretut.html
Perldoc.com - perlretut Open in a new browser window
   A tutorial for regular expressions in Perl.
   http://perldoc.perl.org/perlretut.html
http://www.cs.cmu.edu/People/rgs/pl-regex.html
Regular Expressions Open in a new browser window
   A description of the patterns used in Perl for pattern matching.
   http://www.cs.cmu.edu/People/rgs/pl-regex.html
http://www.nntp.perl.org/group/perl.perl6.language.regex/
perl.perl6.language.regex Open in a new browser window
   Archive of discussion relating to regular expressions in Perl 6.
   http://www.nntp.perl.org/group/perl.perl6.language.regex/
http://www.cs.rit.edu/~afb/20013/plc/perl5/doc/perlretut.html
perlretut Open in a new browser window
   Basic tutorial, distributed as part of the core documentation.
   http://www.cs.rit.edu/~afb/20013/plc/perl5/doc/perlretut.html

Last Updated: 2007-03-19 11:19:26