motzi has asked for the wisdom of the Perl Monks concerning the following question:
use LWP::UserAgent;
$aa = LWP::UserAgent->new;
push @{ $aa->requests_redirectable }, 'POST';
$aa->post(...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: requests_redirectable method advance
by Anonymous Monk on Nov 05, 2009 at 03:05 UTC |