Help for this page

Select Code to Download


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