in reply to
Help with Regex
The first place to look is
perlretut
. There are good bite-sized discussions in the major Perl books (
Programming Perl
,
Learning Perl
,
The Perl Cookbook
). Also check out
perlfaq4
.
Then read
Mastering Regular Expressions
.
Comment on
Re: Help with Regex
In Section
Seekers of Perl Wisdom