Help for this page
use lib '/directory/containing/your/pm'; use testmodule;
BEGIN { require 'path/to/testmodule.pm'; your::package::name->import; }