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

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