Lz wrote at Mon, 15 Jul 2002 17:54:03 +0200: > In some cases I will have to read the file and I will encounter a line similar to >the below. > "Test,Test (test,ex1)" <[EMAIL PROTECTED]> > > I will need to determine whether the line contains ..test.com. What is the best way >to determine > it?
$line =~ /..test.com/; ?! Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]