Help for this page

Select Code to Download


  1. or download this
    use strict;
    use LWP::Simple qw(getstore head is_success);
    
    ...
    } continue {
        die "Unable to fetch and store: $!\n$url => $output\n";
    }
    
  2. or download this
    use LWP::Simple qw($ua);
    $ua->timeout(40); # set timeout, default 180