Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $REQ = new Module::Main;
    $REQ->init();
    $REQ->start_it();
    
  2. or download this
    package Module::Main;
    
    ...
      $self->{SEC1}->do_something();
      return 1;
    }
    
  3. or download this
    package Module::Section1;
    
    ...
      =cut
    
    }