NAME

Form::CGI - Utility which subclasses CGI adding my preferences

SYNOPSIS

 use Form::CGI;

EXPORT

AUTHOR

Philip M. Gollucci, <philip@p6m7g8.com>

COPYRIGHT AND LICENSE

Copyright 2003 by Philip M. Gollucci

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

ChangeLog

$Log: CGI.pm,v $
Revision 1.4  2003/03/21 17:50:32  philip
Fixed the prototypes
Added time_get, date_get
  They're not quite right yet, must return strings in formats that DateTime::Format and
  friends except
Eventually, this module should sub class CGI::Pretty instead of just CGI.pm

Revision 1.3  2003/03/16 18:03:32  philip
Removed # from ChangeLog sections in perldocumation so it formats correctly

Revision 1.2  2003/03/16 17:59:26  philip
Moved =cut to end so that ChangeLog can be part of perldoc

Revision 1.1.1.1  2003/03/16 16:36:45  philip
Imported Sources