in reply to Re: performing a POST on HTTPS using LWP module
in thread performing a POST on HTTPS using LWP module
I changed the line to
my $response = $lwp->post($url, {DATA=>our $USER, DATA=>our $PASS, VAL +UE=>"Submit"} );
no help - just hangs - no error
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: performing a POST on HTTPS using LWP module
by almut (Canon) on Jun 03, 2010 at 15:38 UTC |