BTW if you change that to:
It will then work as expected, though I still wouldn't recommend it because now you have no way to override the behavior of tellName.if ( ref($self) eq 'person'){ $self->tellName(); } if ( ref($self) eq 'child') { person::tellName($self);}
In reply to Re^2: my $self is stumped!
by eric256
in thread my $self is stumped!
by headybrew
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |