Help for this page
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.
$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"; }