Help for this page

Select Code to Download


  1. or download this
    package Foo::BAR::Access;
    
    ...
            }
            return OK;
    }
    
  2. or download this
         <Location /cgi-bin/foo.cgi>
            PerlAccessHandler Foo::BAR::Access
    ...
            Options ExecCGI
            PerlSendHeader On
        </Location>