Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: IO::Socket::SSL as IPV4

by Khen1950fx (Canon)
on Feb 15, 2015 at 05:17 UTC ( [id://1116758]=note: print w/replies, xml ) Need Help??


in reply to IO::Socket::SSL as IPV4

First, follow Athanasius' advice. Second, you can undef IO::Socket::IP. For example:
#!/usr/bin/perl BEGIN { $INC{'IO::Socket::INET6'} = undef; } use strict; use warnings; use IO::Socket::SSL 'inet4';
Do that for both the server and client.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1116758]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-18 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found