Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent(
        agent    => q{Foo::Bar/1.03 },
        ssl_opts =>  {SSL_version => 'SSLv3'},
    );
    my $response = $ua->get('https://www.example.com/');