sub new { my $class = shift; my $self = $class->SUPER::new(@_); $self->_initChild(@_); return $self; }
Which is cleaner than looking at @ISA for a possible parent.
Thanks!
In reply to Re: Re2: maintaining constructor inheritance cascade
by jaa
in thread maintaining constructor inheritance cascade
by jaa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |