Help for this page
use strict; package A; ... my $asub = new A_sub; $asub->check (); $asub->check_sub ();
Results of check: ... A::second A_sub can SUPER::second A::second