in reply to LWP, SSL, 302
P.S. - I pasted in the wrong code..if ($page->is_success) { print $page->content; } elsif ($page->is_redirect) { print "Redirect\n"; print $page->content; } else { print $page->error_as_HTML; print $page->content; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: LWP, SSL, 302
by rucker (Scribe) on Aug 08, 2001 at 02:52 UTC | |
by seanbo (Chaplain) on Aug 08, 2001 at 17:09 UTC |