Help for this page

Select Code to Download


  1. or download this
    package GLOBAL;
    
    use base 'Exporter'
    
  2. or download this
    our @EXPORT = qw(compress);
    
    ...
    }
    
    1;
    
  3. or download this
    package MODULE;
    
    ...
    
    1;