Help for this page
my ($class, $whatever) = @_; ... my $self = $class->SUPER::new(%params); # create a new parent bless($self, $class); # rebless into the current package