Help for this page

Select Code to Download


  1. or download this
    use Exporter();
    @ISA=qw(Exporter);
    @EXPORT_OK=qw(sub1 sub2 sub3 ... subn);
    
  2. or download this
    use Symbol::List;
    @EXPORT_OK = Symbol::List::symbols('CODE');