Help for this page

Select Code to Download


  1. or download this
    use Exporter;
    our @ISA = qw(Exporter);
    our @EXPORT = qw();
    our @EXPORT_OK = qw();
    
  2. or download this
    use Exporter;
    our *import = \&Exporter::import;
    our @ISA = qw();        # nope, no Exporter
    our @EXPORT = qw();
    our @EXPORT_OK = qw();