Hi All,

I'm using the following regex in my code with processes a log file
        
        $str =~ s/(^$log_entry[0]\s)//i

But I'm getting the following error on running the script:

Nested quantifiers before HERE mark in regex m/(^img13.** << HERE **\s)/

Can the regex be written in some other way? Please help.

Thanks,
Bedanta

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to