Hi!

I have wrote the following code:

while (<TEMP>)
{
        if(m/(http:\/\/www.01net.com\/rdn?oid=[0-9].*&rub=[0-9].*)/ )
                {
                print TEMP2 "$1\n" ;
                }
}

The matching doesn't work ! want to match for example :
http://www.01net.com/rdn?oid=54682&rub=12456 
Can anybody help me ?

Thanks 
Franck

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

Reply via email to