http://qs321.pair.com?node_id=1212618


in reply to Re: about retrieving and parsing html without writing on disk
in thread about retrieving and parsing html without writing on disk

Maybe have a look at $string = $mech->content(...) from WWW::Mechanize

and maybe at HTTP::Response as well, because

$mech->get( $uri )

returns an object of that type.