On Tue, 2 Oct 2001, COLLINEAU Franck FTRD/DMI/TAM wrote: > 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 ?
You will also need to escape the . and ? -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ Ambition, n: An overmastering desire to be vilified by enemies while living and made ridiculous by friends when dead. -- Ambrose Bierce -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]