CGI/EasyCGI version 0.40
========================

This module handles all the details of sending a document of any content type
to a WebBrowser. It also handles retrieving form data sent via "get" or "post"
in regular or multipart/form-data encodings (file uploads). It does this 
transparently to the user through a single interface. Finally it handles setting
and retrieving cookies. It does all this as a standalone module with no
dependencies, for an easy install.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This Module requires the modules strict and Exporter 

COPYRIGHT AND LICENCE

(c) 2003 Jeremy Wall <Jeremy@marzhillstudios.com> http://jeremy.marzhillstudios.com

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

