in reply to www::mechanize - the basics of a great perl module
There - one get only. Short enough?use strict; use WWW::Mechanize; my $mech = WWW::Mechanize->new; $mech->get("http://www.perlmonks.org", ':content_file' => "perlmonks.h +tml");
How to add error handling is covered in the documentation.
|
|---|