On Wed, Dec 3, 2008 at 10:46, Rex <[EMAIL PROTECTED]> wrote: > In order to ramp up quickly on the nitty-gritty of Regular Expressions > in Perl, what will be a good book to start with? I do have moderate > familiarity with RegEx, but am still not using all that Perl's RegEx > engine has to offer. Hence the question. > > Thanks, > Rex
perldoc perlre* perldoc perlretut** perldoc perlreref*** Read the source of Regexp::Common**** and its helper modules. Mastering Regular Expressions by Jefferey E. F. Friedl * http://perldoc.perl.org/perlre.html ** http://perldoc.perl.org/perlretut.html *** http://perldoc.perl.org/perlreref.html **** http://search.cpan.org/dist/Regexp-Common/lib/Regexp/Common.pm -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/