Help for this page

Select Code to Download


  1. or download this
    package LoadModule;
    use strict;
    ...
        }
    }
    1;
    
  2. or download this
    package TestModule1;
    
    ...
        MyLib::foo();
    }
    1;
    
  3. or download this
    lib/MyLib-v1.pm
    and
    lib/MyLib-v2.pm