Help for this page

Select Code to Download


  1. or download this
    package MyModule::Name;
    require Exporter; 
    ...
                   func2
                   func3
    );
    
  2. or download this
    use lib qw( /path/to/module/source ); 
    use MyModule::Name;