Help for this page

Select Code to Download


  1. or download this
    package Package1;
    
    use base 'Exporter';
    ...
    sub that { 'that' }
    
    1;
    
  2. or download this
    package Package2;
    
    use base 'Exporter';
    ...
    sub foobar { 'foobar' }
    
    1;