[ 源代码: libcgi-compile-perl ]
软件包:libcgi-compile-perl(0.26-1)
libcgi-compile-perl 的相关链接
Debian 的资源:
下载源码包 libcgi-compile-perl:
- [libcgi-compile-perl_0.26-1.dsc]
- [libcgi-compile-perl_0.26.orig.tar.gz]
- [libcgi-compile-perl_0.26-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for compiling .cgi scripts to a code reference
CGI::Compile is an utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment.
NOTE: for best results, load CGI::Compile before any modules used by your CGIs.
Combined with CGI::Emulate::PSGI, your CGI script can be turned into a persistent PSGI application.
其他与 libcgi-compile-perl 有关的软件包
|
|
|
|
-
- dep: libfile-pushd-perl
- module for changing directory temporarily for a limited scope
-
- dep: libsub-name-perl
- module for assigning a new name to referenced sub
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libcgi-emulate-psgi-perl
- PSGI adapter for CGI