Help for this page
package MyPackage; use warnings; ... } 1;
use warnings; use strict; use MyPackage qw/myFunc/; myFunc();