Help for this page
# In script file named: mycode.plx use strict; ... use MyPackage; # Now the rest of your code.
# In MyPackage.pm package MyPackage; ... { print("My some function"); }