Help for this page

Select Code to Download


  1. or download this
    my $mech = LWP::UserAgent->new(ssl_opts => {
        SSL_key_file    => $key_path,
    ...
    });
    my $content = $mech->get($url);
    print Dumper($content);
    
  2. or download this
    $VAR1 = bless( {
                     '_content' => 'Can\'t connect to <url>',
    ...
                                          }, 'HTTP::Request' )
                   }, 'HTTP::Response' );
    
  3. or download this
    WWW::Mechanize: 1.71
    LWP : 6.04