in reply to Re^2: Inherit from IO::Handle derived class
in thread Inherit from IO::Handle derived class

FWIW, I don't think you're supposed to inherit from IO::Socket anymore, just dispatch , see "Redispatching Methods in AUTOLOAD()" in the free Modern Perl book), a loose description of how experienced and effective Perl 5 programmers work....You can learn this too.

  • Comment on Re^3: Inherit from IO::Handle derived class