in reply to Trying to create IO::Socket::SecureSocks

Modifying variables in packages other than your own (like you're doing with @IO::Socket::Socks::ISA) is frowned upon. Also, it's not quite clear what you're trying to accomplish -- what's IO::Socket::SecureSocks supposed to do, which methods do you want to inherit from IO::Socket::Socks/IO::Socket::SSL?
  • Comment on Re: Trying to create IO::Socket::SecureSocks