Help for this page
use strict; ... zProc(); subzProc(); print "hey 2\n";
package L; ... zProc(); }
package Z; ... L::sublProc(); } 1;