Help for this page

Select Code to Download


  1. or download this
     
    package generic; 
    use strict;         # *
    ...
        strict->import();
        ...
    }
    
  2. or download this
    package generic; 
    
    ...
    }
    
    1;