in reply to Trying to create IO::Socket::SecureSocks
changing this to@ISA = qw(Exporter IO::Socket::INET);
would do the job...@ISA = qw(Exporter IO::Socket::SSL);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Trying to create IO::Socket::SecureSocks
by saintmike (Vicar) on Mar 02, 2004 at 00:09 UTC | |
by signal9 (Pilgrim) on Mar 02, 2004 at 22:35 UTC |