Re: HTML::SimpleLinkExtor

2002-11-30 Thread Rob Dixon
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: &

Re: HTML::SimpleLinkExtor

2002-11-30 Thread Rob Dixon
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

HTML::SimpleLinkExtor

2002-11-29 Thread Nandita Shenvi
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