Help for this page

Select Code to Download


  1. or download this
     #!/usr/bin/perl
     
    ...
        use WWW::Mechanize;
        my $mech = WWW::Mechanize->new();
        $mech->cookie_jar(HTTP::Cookies->new());
    
  2. or download this
    sub GETURL {
        $start_time = time;
    ...
        else { print OUTDATA " ERROR\n";}
        sleep (1);
        }