Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl
    use CGI::Fast;
    
  2. 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.
    
  3. or download this
    #!c:/perl/bin/perl -w
    use strict;  
    ...
            print("Content-Type: text/plain\n\n");
            print("Process ID: $$; Count is: " . ++$count);
    }
    
  4. or download this
    [Types]
    fcgi=FCGI
    [FCGI]
    ExePath=C:\perl\bin\perl.exe
    Arguments="-MFCGI::IIS=eval"
    
  5. or download this
    [Types]
    fcgi=FCGI
    [FCGI]
    ExePath=C:\perl\bin\perl.exe
    Arguments=d:\inetpub\cgi-bin\hello.fcgi