Tim Wolak [TW], on Thursday, January 13, 2005 at 09:15 (-0600) wrote
about:
TW> if ($newlog =~ /^Read failed on socket/ || /^EFIXException::/) {
for me it seems, this line is bad, when you rewrite it to:
if ($newlog =~ /^(Read failed on socket|EFIXException::)/) {
it works ?
--
...m8s, cu l8r, Brano.
["The sun is in the east even though the day is done" -Pink Floyd]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>