NAME
Apache2::Controller::Const - constants for Apache2::Controller
VERSION
Version 0.110.000 - BETA TESTING (ALPHA?)
SYNOPSIS
use Apache2::Controller::Const
'@RANDCHARS',
qw( $NOT_GOOD_CHARS $ACCESS_LOG_REASON_LENGTH );
DESCRIPTION
Various common Readonly constants for use by Apache2::Controller modules.
CONSTANTS
@RANDCHARS
An array of the alphabet from which to pick random characters.
$NOT_GOOD_CHARS
A strict qr{} pattern of characters that are not good for basic user input. Maybe get rid of this one...
SEE ALSO
Apache2::Controller