Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new(
        ssl_opts => {verify_hostname => 0},
    ...
        timeout => 30,
        useragent => $ua,
    );