RE: help matching special characters!

2002-04-09 Thread Warkentin, Brad
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

Re: help matching special characters!

2002-04-09 Thread Tim . Moose
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

help matching special characters!

2002-04-09 Thread Peter Eisengrein
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+)