[ 原始碼: 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
- Larry Wall's Practical Extraction and Report Language
-
- rec: libcgi-emulate-psgi-perl
- PSGI adapter for CGI