Help for this page

Select Code to Download


  1. or download this
    use strict;
    package A;
    ...
    my $asub = new A_sub;
    $asub->check ();
    $asub->check_sub ();
    
  2. or download this
    
    Results of check:
    ...
    A::second
    A_sub can SUPER::second
    A::second