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_content;



You have a semicolon after '3'. I'm sure you wanted to put a comma there.

What did you server logs say? Surely an error messsage appeared in your server logs.




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to