Help for this page

Select Code to Download


  1. or download this
    AppApth C:\perl\bin\perl.exe
    Args [empty]
    BindPath php-fcgi
    
  2. or download this
    use FCGI;
    
    ...
    while($request->Accept() >= 0) {
        print("Content-type: text/html\r\n\r\n", ++$count);
    }