![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
I'm confused!
Your code and your error-msgs don't seem to match. Where is the pattern match (m//) line 103 ? You are identifying : if ($oldString eq "Automated") { # Line 103, the one that gives all the trouble. which doesn't have a regex but an eq! Furthermore this can't be line 103, if your output just 4 lines before logs DEBUG main:::84:. Could it be that you are chasing at the wrong place?
Cheers Rolf ( addicted to the Perl Programming Language) In reply to Re: The simplest possible pattern match defeats me
by LanX
|
|