Sorry--my earlier response went out just as I noticed that it was incomplete. The changes below should do it.
Joseph Chris Knipe wrote: > Lo all, > > I'm doing something *really* stupid... Please kick me... > > while (<>) { > if ($_ =~ /LinkArea="MoreHeadlines">/) { > ($URL = $_) =~ s/href=\"(.*)?\"/$1/; > print "$URL\n"; > } > } > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]