软件包:libcgi-simple-perl(1.280-2)
libcgi-simple-perl 的相关链接
Debian 的资源:
下载源码包 libcgi-simple-perl:
- [libcgi-simple-perl_1.280-2.dsc]
- [libcgi-simple-perl_1.280.orig.tar.gz]
- [libcgi-simple-perl_1.280-2.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- gregor herrmann (QA 页面)
- Ansgar Burchardt (QA 页面)
- Niko Tyni (QA 页面)
- Dominic Hargreaves (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
simple CGI.pm compatible OO CGI interface
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a complete functional interface is available by using the CGI::Simple::Standard module.
Essentially everything in CGI.pm that relates to the CGI (not HTML) side of things is available. There are even a few new methods and additions to old ones! If you are interested in what has gone on under the hood see the "Compatibility with CGI.pm" section in CGI::Simple(3pm).
In practical testing this module loads and runs about twice as fast as CGI.pm depending on the precise task.