The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CGI-Stateless version 1.0.2

Make CGI.pm stateless for use in FastCGI-like persistent environment.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install


DEPENDENCIES

 CGI


COPYRIGHT AND LICENCE

Copyright (C) 2009,2012 Alex Efros

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.