Help for this page

Select Code to Download


  1. or download this
    for (1 .. API_ERRORS) {
        # If a timeout (ie. code 500) occurs, or
    ...
        #} 
        sleep(1);
    }
    
  2. or download this
    my $m2= WWW::Mechanize->new(); # New Mechanize Object for detailed res
    +ults
                                   # may help save memory?? TBD... 
    ...
    
    die "aborted Web Site Error: $!" unless $success; #ultimate failure!! 
    +PROGRAM ABORT !!!!