Peter Eisengrein [mailto:[EMAIL PROTECTED]] wrote:
> I have a script that reads through a log file and does stuff when
> certain lines are matched. Some of the lines start with a * and the
> following regex's used to work:
> if(/\*C(\d+)\:(\d+)\:(\d+)\s+\d+\,\d+(.*COMPL)/){ #do stuff
> }elsif
Please provide a minimal test script that exhibits the problem.
Tim
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Title: help matching special characters!
I have a script that reads through a log file and does stuff when certain lines are matched. Some of the lines start with a * and the following regex's used to work:
if(/\*C(\d+)\:(\d+)\:(\d+)\s+\d+\,\d+(.*COMPL)/){ #do stuff
}elsif(/\*\*(\d+)