Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    
    oneFunction();
    twoFunction();
    
  2. or download this
    package Mod11146642::All 1.00;
    
    ...
    our @EXPORT = @inherited;
    
    1;
    
  3. or download this
    package Mod11146642::One 1.00;
    
    ...
    }
    
    1;
    
  4. or download this
    package Mod11146642::Two 2.00;
    
    ...
    }
    
    1;