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

Why not just "use base( 'IO::Socket::Socks' );", then just add/override methods as you need?

Update: Oops! Example used modules I was working on for work that day, rather than the modules in question. Fixed that.

  • Comment on Re: Re: Re: Trying to create IO::Socket::SecureSocks