Perrin Harkins wrote:
On Sun, 2004-11-28 at 23:19 -0700, David Oberlitner wrote:
Hi,
The following code:
use Net::SSLeay qw(post_https make_form);
my ($page, $response, %reply_headers) = post_https('ssl.aspidon.net',
443, '/test.html', '', make_form(var1 =>
Hi,
The following code:
use Net::SSLeay qw(post_https make_form);
my ($page, $response, %reply_headers) = post_https('ssl.aspidon.net',
443, '/test.html', '', make_form(var1 => 'one', var2 => 'two' ));
print "$response\n";
When executed in mod_perl yields this error:
response : HTTP/1.0 900 N