Pakket: libcgi-compile-perl (0.22-1)
Verwijzigingen voor libcgi-compile-perl
Trisquel bronnen:
Het bronpakket libcgi-compile-perl downloaden:
- [libcgi-compile-perl_0.22-1.dsc]
- [libcgi-compile-perl_0.22.orig.tar.gz]
- [libcgi-compile-perl_0.22-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Perl Group (Mailarchief)
- gregor herrmann
- Xavier Guimard
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
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.
Andere aan libcgi-compile-perl gerelateerde pakketten
|
|
|
-
- dep: libfile-pushd-perl
- module for changing directory temporarily for a limited scope
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libcgi-emulate-psgi-perl
- PSGI adapter for CGI