CGI::Minimal

An extremely lightweight CGI processing package designed to provide form decoding and related services with low overhead.

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

See 'perldoc CGI::Minimal' for the documentation.