Help for this page
~>cat x.pl use y; use z; ... ~>perl x.pl Undefined subroutine &z::global_sub called at z.pm line 5.
~>cat x.pl use y; use z; ... ~> perl x.pl global_sub working!