Help for this page

Select Code to Download


  1. or download this
    use CGI::Fast qw(:standard);
        $COUNTER = 0;
    ...
                hr;
            print end_html;
        }
    
  2. or download this
    LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so
    ScriptAlias /cgi-bin/ "/srv/perl/cgi-bin/"
    ...
      </Directory>
      ...
    </VirtaulHost>
    
  3. or download this
    SetHandler fcgid-script