in reply to Re^3: Interfaces for the masses!
in thread Interfaces for the masses!
Which makes me ->isa('IO::Socket') without having to have thier implementations as my parent methods.sub isa { $_[1] eq 'IO::Socket' ? 1 : shift->SUPER::isa(@_); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Interfaces for the masses!
by diotalevi (Canon) on Mar 28, 2006 at 03:45 UTC |