Help for this page

Select Code to Download


  1. or download this
        $self->initialize();
        $self->import(@_);
    
  2. or download this
    require Exporter;
    ....
    @ISA = qw(Exporter);
    @EXPORT = qw();
    @EXPORT_OK = qw();