in reply to Re: Help With Post-Redirect-Get Problem
in thread Help With Post-Redirect-Get Problem
Please provide the code if you would since I am a little new with Perl.$r = $ua->simple_request(GET $u); to $r = $ua->request(GET $u);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help With Post-Redirect-Get Problem
by ikegami (Patriarch) on Dec 09, 2010 at 06:18 UTC | |
by brian123 (Novice) on Dec 09, 2010 at 06:26 UTC |