Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Re: Re: Two-dimensional match/regex?by rsteinke (Scribe) |
on May 23, 2002 at 05:31 UTC ( [id://168666]=note: print w/replies, xml ) | Need Help?? |
You could always surround the terms which lie between the
stuff you want to match with (), and check that $1, $2,
etc. are the same length as the first, second, etc. line
matched.
In Section
Seekers of Perl Wisdom
|
|