Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
     
    ...
      print "Name = " . $q->param("name") ; 
      $count++; 
    }
    
  2. or download this
    FastCgiConfig -autoUpdate 
    <Directory "/"> 
    ...
      AllowOverride None 
      AddHandler  fastcgi-script pl fpl fcgi 
    </Directory>