Help for this page

Select Code to Download


  1. or download this
    MyModule.pm
    
    ...
    }
    
    1;
    
  2. or download this
    use MyModule;
    use strict;
    use warnings;
    
    MyModule::funct1();