develooper Front page | perl.beginners | Postings from March 2002

LWP::Simple returns scalar; how to populate an array from it?

Thread Next
From:
John Bodoni
Date:
March 27, 2002 11:40
Subject:
LWP::Simple returns scalar; how to populate an array from it?
Message ID:
20020327192849.32601.qmail@onion.perl.org
Hello, all.

To snag a webpage, I'm using:

use LWP::Simple;
my $html = get(http://address.goes.here);
    # Outlook Express will probably mangle the webpage address above

Awright, that's fine and it's working, but it's not quite what I need.

I need to process the contents of that page line by line.  Can anyone please
point me in the right direction?

Many thanks.

John



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About