in reply to Working with WWW::Mechanize
See HTTP::Request and HTTP::Response.if ($res->is_success) { print $res->content; } else { warn $res->status_line, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Working with WWW::Mechanize
by singingfish (Novice) on Sep 19, 2005 at 12:19 UTC |