Help for this page

Select Code to Download


  1. or download this
    #common routines to share among all modules
    package Common;
    ...
       my $setup = $self->get_setup();
    }
    1;
    
  2. or download this
    #code to share
    package Super;
    ...
       my $setup = $self->get_setup();
    }
    1;