Help for this page

Select Code to Download


  1. or download this
    
    PerlModule Perl::Lib::Game::Hello
    ...
        SetHandler perl-script
        PerlHandler Game::Hello
    </Location>
    
  2. or download this
    package Game::Hello;
    use Apache2::Const -compile => qw(OK);
    ...
       }
      
      1;