![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^3: regular expressions. helpby Fletch (Bishop) |
on Jun 29, 2004 at 19:42 UTC ( #370597=note: print w/replies, xml ) | Need Help?? |
When trying to construct an re to match something, perl -de 0 can be very helpful. Set $_ to your sample data and then you can iteratively construct your re with x /blah/ (seeing if it matches and what matches at each step).
In Section
Seekers of Perl Wisdom
|
|