The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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