Help for this page

Select Code to Download


  1. or download this
    use Apache2::RequestRec;
    
  2. or download this
    #!c:/Perl/bin
    
    ...
                    return Apache2::OK;
    }
    1;
    
  3. or download this
    #httpd.conf
    #PrelRequire Optrack
    ...
        SetHandler perl-script
        PerlResponseHandler Optrack::handler
    </Location>