MHArc::CGI - General CGI-related utilities for mail archiving system. |
MHArc::CGI - General CGI-related utilities for mail archiving system.
use MHArc::CGI;
This module contains a collection of CGI-related utility routines used by the various mharc CGI programs.
The following module variables can be set to affect the behavior of the utility routines:
$Debug
By default, no routines are exported into the calling namespace.
Routines in this module can be imported by explicitly listing the
routines to import in the use
declaration:
use MHArc::CGI qw( parse_input );
The following routines are availale:
$Id: CGI.pm,v 1.2 2002/09/18 17:23:29 ehood Exp $
Earl Hood, earl@earlhood.com
This module is part of the mharc archiving system and comes with ABSOLUTELY NO WARRANTY and may be copied only under the terms of the GNU General Public License, which may be found in the MHArc distribution.
MHArc::CGI - General CGI-related utilities for mail archiving system. |