### This is a dump of my LWP::UserAgent object ### ### It looks like the '_uri' has the incomplete relative ### URI in it. The script on the server is named 'f' and ### it has some query string args. ## Headers $VAR1 = bless( { 'client-warning' => 'Internal response', 'client-date' => 'Mon, 09 Nov 2009 20:43:38 GMT', 'content-type' => 'text/plain' }, 'HTTP::Headers' ); ## Content $VAR1 = '400 URL must be absolute '; $VAR1 = bless( { '_content' => 'p_v03=AUACB&p_flow_id=145&p_flow_step_id=12&p_request=GO&p_t04=&p_instance=3135116688739984&p_md5_checksum=&p_arg_names=2162829369140202&p_t01=CF&p_t02=2010', '_uri' => bless( do{\(my $o = 'f?p=145:12:3135116688739984:::::')}, 'URI::_generic' ), '_headers' => bless( { 'user-agent' => 'MyOrganizationHere/WebGrabber (ScreptNameHere / Perl 5.008008)', 'content-type' => 'application/x-www-form-urlencoded', 'content-length' => 156, 'authorization' => 'Basic AnAUTHENTICATIONhashHERE ' }, 'HTTP::Headers' ), '_method' => 'POST' }, 'HTTP::Request' ); $VAR2 = bless( { '_content' => '400 URL must be absolute ', '_rc' => 400, '_headers' => bless( { 'client-warning' => 'Internal response', 'client-date' => 'Mon, 09 Nov 2009 20:43:38 GMT', 'content-type' => 'text/plain' }, 'HTTP::Headers' ), '_msg' => 'URL must be absolute', '_request' => $VAR1 }, 'HTTP::Response' );