Help for this page

Select Code to Download


  1. or download this
    [Tue Dec 07 23:10:35 2010] [info] mod_fcgid: server 127.0.0.1:/usr/bin
    +/perl.exe(5476) started 
    [Tue Dec 07 23:10:35 2010] [warn] [client 127.0.0.1] (OS 109)The pipe 
    +has been ended. : mod_fcgid : get overlap result error 
    [Tue Dec 07 23:10:35 2010] [error] [client 127.0.0.1] Premature end of
    + script headers: f.pl 
    [Tue Dec 07 23:10:35 2010] [error] [client 127.0.0.1] File does not ex
    +ist: C:/Apache2/htdocs/favicon.ico 
    [Tue Dec 07 23:10:39 2010] [info] mod_fcgid - infoneto: process /usr/b
    +in/perl.exe(5476) exit(communication error), return code 9
    
  2. or download this
    #!/usr/bin/perl.exe
    use FCGI;
    ...
    while($request->Accept() >= 0) {
       print("Content-type: text/html\r\n\r\n", ++$count);
    }