Hi Chris,

Try the chage shown inline

Joseph

Chris Knipe wrote:

> Lo all,
>
> I'm doing something *really* stupid... Please kick me...
>
> while (<>) {
>     if ($_ =~ /LinkArea="MoreHeadlines">/) {
>       ($URL = $_) =~ s/href=\"(.*?)\"/;
>       print "$URL\n";
>     }
> }
>
> I have a URL...




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

Reply via email to