Help for this page

Select Code to Download


  1. or download this
    use lib '/directory/containing/your/pm';
    use testmodule;
    
  2. or download this
    BEGIN {
        require 'path/to/testmodule.pm';
        your::package::name->import;
    }