Help for this page

Select Code to Download


  1. or download this
    Checks each request made to see if it was successful. This saves you t
    +he trouble of manually checking yourself. Any errors found are errors
    +, not warnings.
    
  2. or download this
    $m->max_redirect(3); # whatever redirects you may thing you will get o
    +r more
    my $content = $m->post($uri);
    ...
            $ri++;
            print "REDIRECT $ri ******\n".($aredirect->as_string())."\nEND
    + ****\n\n";  
    }