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