Re: Perl LWP post to a web form

2007-08-10 Thread Mumia W.
On 08/10/2007 03:00 PM, Typos wrote: I'm trying to post to a web form and get the results back, I've tried but it seems that I am not posting anything to the page. What am i doing wring ? [...] my $response = $browser->post( $URL, [ 'searchtype' => '3'; ] ); print $response->decoded_con

Re: Perl LWP post to a web form

2007-08-10 Thread Lawrence Statton
> I'm trying to post to a web form and get the results back, > I've tried but it seems that I am not posting anything to the page. > What am i doing wring ? > > > > > > > >   > > > > height="23"> > > > > > > > > #!/usr/bin/perl > > use