ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 3:37 PM
Subject: HTML::SimpleLinkExtor
> Hallo All,
>
> I tried to solve my problem using HTML::SimpleLinkExtor and
> HTML::LinkExtor.In both cases I got a similar error message.
>
> my scrpit is as follows:
&
Nandita
You're trying to use the as_string method to obtain the HTML to pass to the
parser. Firstly as_string will include all of the HTTP response headers,
which you don't want, so use $response->content like this:
my $linkparser = HTML::SimpleLinkExtor->new;# Create
Hallo All,
I tried to solve my problem using HTML::SimpleLinkExtor and
HTML::LinkExtor.In both cases I got a similar error message.
my scrpit is as follows:
#!/usr/bin/perl -w
use strict;
use HTML::TreeBuilder; #Parser that builds HTML
syntax