Help for this page

Select Code to Download


  1. or download this
    { package thispack;
    use base ("Exporter");
    our @EXPORT = ("thisfunc");
      sub thisfunc {
    
  2. or download this
    use mine ("thispack");