Help for this page

Select Code to Download


  1. or download this
    <!-- file test.shtml -->
    <html>
    ...
    while ( $a < $count) {
      print ++$a;
    }
    
  2. or download this
    <Directory /var/www/registry>
        SetHandler perl-script
    ...
    #   PerlOptions +ParseHeaders (prevented 2+ invocations)
        Options +ExecCGI
    </Directory>