my $url = 'http://acamary.office.aol.com/cgi-bin/AdServers/CARP/CARP_req.pl?req=LI&type=Get_Server_Status'; my $response = $browser->post( $url, [ 'type' => 'Get_Server_Status', 'Status' => '1', 'testenv' => 'QA', ## text box ???? ## No idea how I can pass this through the post. ] );