Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    package HR;   #### <===== HR, and NOT MyModule !!!!
    use strict;
    ...
    }
    
    1;