NAME

Apache::Singleton::Request - One instance per One Request

SYNOPSIS

package Printer;
use base qw(Apache::Singleton::Request);

DESCRIPTION

See Apache::Singleton.

SEE ALSO

Apache::Singleton