codemonkey has asked for the wisdom of the Perl Monks concerning the following question:
How can I give it a timeout value of say 10 seconds?use Net::SSLeay qw(post_https make_form); ($return_code, $result, %headers) = post_https('foo.com', 443, '/cgi-b +in/secure.cgi', '', make_form('foo=>"$bar"));<br>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jptxs) Re: SSLEAY and timeout settings
by jptxs (Curate) on Feb 24, 2001 at 06:22 UTC |