- or download this
#!c:/perl/bin/perl
use CGI::Fast;
- or download this
Error!
Can't locate object method "FILENO" via package "FCGI::Stream" at
...
BEGIN failed--compilation aborted at C:/Perl/lib/CGI/Fast.pm line 20.
Compilation failed in require at (eval 4) line 4.
BEGIN failed--compilation aborted at (eval 4) line 4.
- or download this
#!c:/perl/bin/perl -w
use strict;
...
print("Content-Type: text/plain\n\n");
print("Process ID: $$; Count is: " . ++$count);
}
- or download this
[Types]
fcgi=FCGI
[FCGI]
ExePath=C:\perl\bin\perl.exe
Arguments="-MFCGI::IIS=eval"
- or download this
[Types]
fcgi=FCGI
[FCGI]
ExePath=C:\perl\bin\perl.exe
Arguments=d:\inetpub\cgi-bin\hello.fcgi