Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Protocol scheme 'http' is not supported

by kcott (Archbishop)
on Jul 27, 2012 at 21:55 UTC ( [id://984108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $mech->get('http://www.perlmonks.com/');
    print $mech->content;
    
  2. or download this
    my $http_response_object = $mech->get('http://www.perlmonks.com/');
    print $http_response_object->content;
    
  3. or download this
    $ perl -e 'use WWW::Mechanize; my $mech = WWW::Mechanize->new; my $hro
    + = $mech->get(q{http://www.perlmonks.com/}); print $hro->content' | l
    +ess
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found