hi all,

Why is it that my CPU usage goes up to 100% when I use 5 or more ".*?" in my 
regexp? Like this:

(Checking one HTML file!!)

if ($txt =~
m/<form.*?name.*?=.*?>.*?<input.*?type="image"\ssrc="`imageP.*?>/is)
{
     print "yeeha";
}

I don't need workarounds, just why?

Juiced
> >my email:
> >[EMAIL PROTECTED]
> >
> >
> >
> >_________________________________________________________________
> >Get your FREE download of MSN Explorer at 
>http://explorer.msn.com/intl.asp
> >
>
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to