Help for this page

Select Code to Download


  1. or download this
    #tapping a locally placed file of subroutines
    use Mycommonroutines;
    
  2. or download this
    #using the lib command to change the @INC
    use lib Mycommonroutines;
    
  3. or download this
    #using Export to be more specific about what subs to import
    use Mycommonroutines qw(get_setup);