CGI-Lite  3.03
About: CGI-Lite is a Perl module to decode form and query information, including file uploads, as well as cookies in a very simple manner.
  Fossies Dox: CGI-Lite-3.03.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

CGI-Lite Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies CGI-Lite-3.03.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README
CGI::Lite v3.03
---------------

Released: 6th May 2021

This is a new release of the 3.x branch. Please be aware of the API
changes from 2.x with particular reference to the deprecated and obsolete
subroutines and methods.


DESCRIPTION
-----------

This module can be used to decode CGI form data, query strings, file
uploads and cookies in a very simple manner.

It has only one dependency and is therefore relatively fast to instantiate.
This makes it well suited to a non-persistent CGI scenario.


NEW IN THIS VERSION
-------------------

These are the changes since the last general release (3.02).

Makefile.PL improved to CPAN Meta Spec 2 where available

Test suite enhanced: full coverage of add_timestamp()

DOC: Remove obsolete email addresses of contributors

META: Public repo is now at GitLab

See the CHANGES file for full history.