I'm trying to do SOCKSS (SOCKS over SSL)package IO::Socket::SecureSocks; use strict; use IO::Socket::Socks; use IO::Socket::SSL; use vars qw(@ISA $VERSION); require Exporter; @IO::Socket::Socks::ISA = qw(Exporter IO::Socket::SSL); @ISA = qw(Exporter IO::Socket::Socks); $VERSION = "0.1"; 1;
In reply to Trying to create IO::Socket::SecureSocks by esskar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |