Name : perl-FCGI-IIS
| |
Version : 0.05
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.8.1
| Date : 2023-01-27 15:46:52
|
Group : Development/Libraries/Perl
| Source RPM : perl-FCGI-IIS-0.05-lp154.8.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : FCGI wrapper for MS IIS FastCGI
|
Description :
The module has 5 different modes it can be run in.
* perl -MFCGI::IIS=test
This is a simple test routine, that displays a counter that increments by 1 each time the script is called as a FastCGI.
* perl -MFCGI::IIS=carp
In this mode, CGI::Carp qw(fatalsToBrowser) is invoked before running the do method.
* perl -MFCGI::IIS=eval
With this mode eval is used instead of the do operator. Slower run time, but allows you to trap errors.
* perl -MFCGI::IIS=evalhead
With this mode eval is used instead of the do operator, also the content-type text/html header is returned first. Allowing you to trap wrong header errors.
* perl -MFCGI::IIS=do
This is the default mode, and will be called if no arguments are given, i.e. perl -MFCGI::IIS. The calling script is loaded into the FastCGI using the do operator.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/15.4/noarch |