The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Apache/ParseFormData version 0.09
=================================

The Apache::ParseFormData module allows you to easily decode and parse
form and query data, even multipart forms generated by "file upload".

This module only work with mod_perl-2.0

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  mod_perl-2.0
  perl 5.8 or greater

BUG REPORTS AND SUGGESTIONS

Questions, bug reports, useful code bits, and suggestions for
Apache::ParseFormData hould just be sent to me at hdias@aesbuc.pt

COPYRIGHT AND LICENCE

Copyright (C) 2003 Henrique Dias. All rights reserved.

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