Re: Still can't extract data using HTML::TokeParser

2002-02-25 Thread Chris Ball
On Mon, Feb 25, 2002 at 02:29:58PM +1030, Daniel Falkenberg wrote: > my $content = $response->content; > $p = HTML::TokeParser->new($content) || die "Can't open: $!"; > while ($stream->get_tag("h1")) { $data = get_trimmed_text("/h1");} To start with, I think I'd use LWP::Simple. It saves a lot o

Still can't extract data using HTML::TokeParser

2002-02-24 Thread Daniel Falkenberg
Hey all, Just wondering why I still can't get HTML::TokeParser to either download that page I am looking for or at least store the HTML from the requested page. I know I could quite easily do this if I used HTML::Tableextract except the data I want is only about 3 lines of HTML and there are no