Info2: << Package: cgi-simple-pm Version: 1.1 Revision: 11 Description: Simple OO CGI interface Type: perl License: Artistic Maintainer: Benjamin Reed Depends: system-perl BuildDepends: << fink (>= 0.26.0-1), system-perl << Source: mirror:cpan:modules/by-module/CGI/CGI-Simple-%v.tar.gz Source-MD5: 3a4e5e3d14542fcebf1d15262f5b9a3f UpdatePOD: true DocFiles: Changes META.yml README Homepage: http://search.cpan.org/dist/CGI-Simple DescDetail: << 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. << <<