Paketname | libcgi-simple-perl |
Beschreibung | simple totally OO CGI interface that is CGI.pm compliant |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.111-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 284 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 106284 Byte |
Prüfsumme MD5 | 2d9bea827c98d26df16c8846f58ae12e |
Prüfsumme SHA1 | fa37d1984c44fc8e6f7bff523105a62103c0bf87 |
Prüfsumme SHA256 | f92969f13a5a38fa4e2784a6a5780ed39f5eb062f930277bf304f04695fd3e7c |
Link zum Herunterladen | libcgi-simple-perl_1.111-2_all.deb |
Ausführliche Beschreibung | 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 at the end.
.
In practical testing this module loads and runs about twice as fast as CGI.pm
depending on the precise task.
|