Help for this page

Select Code to Download


  1. or download this
    package App::Main;
    
    ...
    }
    
    1;
    
  2. or download this
    package App::One;
    
    ...
    }
    
    1;
    
  3. or download this
    #!C:/Perl/bin/perl.exe
    
    ...
    use App::Main;
    my $top = App::Main->new;
    $top->run;
    
  4. or download this
    index.cgi/one/one_a