There's more than one way to do things | |
PerlMonks |
Re: Re:^2 Regex to match 20 chars of some digits followed by some spacesby ysth (Canon) |
on Dec 21, 2003 at 01:40 UTC ( [id://316121]=note: print w/replies, xml ) | Need Help?? |
I actually have never used Parse::RecDescent but was assuming it was working on an input buffer using the
supplied regex as something like /\G$regex/gc
so I didn't supply a beginning anchor and an ending anchor
is not usable. I haven't got around to checking my assumption yet...and you know what they say when you assUme.
In Section
Seekers of Perl Wisdom
|
|