Help for this page

Select Code to Download


  1. or download this
    
    # The following 2 lines I suspect are the lines that make a package in
    ...
    # Also, they seem to make it a member of a class Exporter.
    require Exporter;
    @ISA = qw( Exporter );  # This module "is a" Exporter class member
    
  2. or download this
    require Exporter;
    Exporter->import('import');