Help for this page

Select Code to Download


  1. or download this
    Apache/2.0.54 (Win32) mod_perl/2.0.1 Perl/v5.8.7
    
  2. or download this
    <Files ~ ".*">
        SetHandler     perl-script
    ...
        PerlSendHeader On
        Options ExecCGI
    </Files>
    
  3. or download this
    
    sub handler {
    ...
        return 0;  # OK
    }