Help for this page

Select Code to Download


  1. or download this
    use base 'My::Parent::Class';
    sub new {
    ...
        my $self = $pkg->SUPER::new(@_);
        return $self;
    }