> > try: ($URL) = /href="(.*?)"/; > Not sure what I did the first time... But it works the second time...
while (<>) { if (($_ =~ /^<a/i) && ($_ =~ /LinkArea="MoreHeadlines">/i)) { ($URL) = /href="(.*?)"/; print "$URL\n"; } } Thanks Stefan... Much appreciated. -- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]