sub new { my $class = shift; my $self = $class->SUPER::new(@_); $self->_initChild(@_); return $self; }