http://qs1969.pair.com?node_id=418039


in reply to Re: WWW::Mechanize POST Method
in thread WWW::Mechanize POST Method

my $response = $browser->post($url, [ 'value1'=>"2", 'value2'=>"0", ## etc.etc.etc.... ], @ns_headers);
with the WWW:::Mechanize object worked perfectly. Thanks for the help. Rob