Help for this page
use warnings; use strict; ... print $MyPackage::var;
# MyPackage.pm ... use MyUtils; 1;
# MyUtils.pm ... } 1;
c:\@Work\Perl\monks\TerryBerry>perl set_in_importing_script_1.pl 42