Next | Regular Expression Mastery | 84 |
More information:
Mastering Regular Expressions (Jeffrey E. F. Friedl; O'Reilly & Associates)
A new and wonderful second edition was released in July 2002
perlre manual page (reference and definitions)
http://www.perldoc.com/perl5.8.0/pod/perlre.html
perlop manual page (examples; details of s/// and m// and their modifiers)
http://www.perldoc.com/perl5.8.0/pod/perlop.html
perlretut and perlrequick tutorials (new in 5.6.1)
http://www.perldoc.com/perl5.8.0/pod/perlretut.html
http://www.perldoc.com/perl5.8.0/pod/perlrequick.html
perlfaq6 - frequently asked questions
http://www.perldoc.com/perl5.8.0/pod/perlfaq6.html
Perl Cookbook (Christiansen and Torkington; O'Reilly & Associates)
Chapter 6 especially
Apocalypse 5: Regexes in Perl 6
http://www.perl.com/pub/a/2002/06/04/apo5.html
Next | Copyright © 2002 M. J. Dominus |