Help for this page

Select Code to Download


  1. or download this
    use base qw/Generic/;
    
  2. or download this
    require Exporter;
    our @ISA = ("Exporter");
    our @EXPORT_OK = qw/sub1 sub2/;
    
  3. or download this
    use base qw/Module1/;