|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Re: print line 5 lines previous to comaprison line!by Adam (Vicar) |
| on Jun 07, 2001 at 21:47 UTC ( [id://86772]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Nice. One suggestion:
The \Q and \E presume that $pat is just a string, not a regex. So you would want to escape any special characters (like '.' or '+' ) and the o tells Perl that $pat isn't going to change in the loop, so it won't keep recompiling the pattern.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||