Apache::Singleton::Process.3pm

Langue: en

Version: 2001-12-22 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Apache::Singleton::Process - One instance per One Process

SYNOPSIS

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

DESCRIPTION

See Apache::Singleton.

SEE ALSO

Apache::Singleton