Help for this page

Select Code to Download


  1. or download this
    package pack_B;
    require Exporter;
    @ISA = qw {Exporter};
    @EXPORT = qw {third fourth};
    ...