Help for this page

Select Code to Download


  1. or download this
        my $self = __PACKAGE__;
        $self = shift if UNIVERSAL::isa ($_[0], __PACKAGE__);
    
  2. or download this
    Child->test();
    
    package Parent;
    ...
    
    package Child;
    use base Parent;