Hi all,
why can't i find how you solve this one?

i want to check if there's "name" in these two lines:
<form bla bla bla name= bla bla>
<form bla bla bla bla bla>

I only want to have the second, but i want to $1 everything until ">"

if ($a =~ m/(<form.*?)>/is)
maybe something like [^name]

?

juiced


_________________________________________________________________
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