MHArc::CGI - General CGI-related utilities for mail archiving system.


NAME

MHArc::CGI - General CGI-related utilities for mail archiving system.


SYNOPSIS

  use MHArc::CGI;


DESCRIPTION

This module contains a collection of CGI-related utility routines used by the various mharc CGI programs.


VARIABLES

The following module variables can be set to affect the behavior of the utility routines:

$Debug
If set to a true value, routines will print out debugging information, if appropriate.


ROUTINES

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:

...


VERSION

$Id: CGI.pm,v 1.2 2002/09/18 17:23:29 ehood Exp $


AUTHOR

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.