Help for this page

Select Code to Download


  1. or download this
    use LWP;
    require LWP::Protocol::http10;
    ...
    my $ua = LWP::UserAgent->new();
    $ua->get('http://server.local/foo');