Fails at this point because $self is not a hash ref. The IO::Handle docs mention this and refer to the package Symbol documentation. Is there a way to get a hash ref out of this, or am I out of luck here?our @ISA = qw(IO::Socket::INET); sub new { my $class = shift; my $self = $class->SUPER::new( blah blah ); $self->{myclass_somefield} = xyz;
In reply to Inherit from IO::Handle derived class by halfcountplus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |