| Store | Cart

net-ssleay problems

From: <cli...@globalmagic.com>
Sat, 28 Feb 2004 00:22:49 -0500
here's the script:

use Net::SSLeay, qw(post_https make_form);


($page, $response, %reply_headers)
= post_https('secure.whatever.net', 443, '/file.dll', '',
make_form(this_info=>'True',that_info=>'True',Address=>'190 main st.',Zip=>'11111'));


print $response;

I watch the modem and it's not even attempting a connection.  Please tell me what am I doing wrong?

Recent Messages in this Thread
cli...@globalmagic.com Feb 28, 2004 05:22 am