jaehokim1 has asked for the wisdom of the Perl Monks concerning the following question:
What Do I need to enter in the ????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. ] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LWP post ?
by diotalevi (Canon) on May 25, 2004 at 15:44 UTC |