Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: www::mechanize - the basics of a great perl module

by morgon (Priest)
on Oct 25, 2010 at 23:24 UTC ( [id://867372]=note: print w/replies, xml ) Need Help??


in reply to www::mechanize - the basics of a great perl module

use strict; use WWW::Mechanize; my $mech = WWW::Mechanize->new; $mech->get("http://www.perlmonks.org", ':content_file' => "perlmonks.h +tml");
There - one get only. Short enough?

How to add error handling is covered in the documentation.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://867372]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found