Help for this page

Select Code to Download


  1. or download this
    use MyPackage qw/arg1 arg2/ ;
    
  2. or download this
    package MyPackage;
    require Exporter;
    our @ISA = qw(Exporter);
    our @EXPORT_OK = qw(arg1 arg2);  # symbols to export on request