Apache::Singleton::Request(3pm) | User Contributed Perl Documentation | Apache::Singleton::Request(3pm) |
Apache::Singleton::Request - One instance per One Request
version 0.17
# in httpd.conf PerlOptions +GlobalRequest # in your module (e.g.: Printer.pm) package Printer; use base qw(Apache::Singleton::Request);
See Apache::Singleton.
Apache::Singleton
The development version is on github at <https://github.com/mschout/apache-singleton> and may be cloned from <git://github.com/mschout/apache-singleton.git>
Please report any bugs or feature requests to
bug-apache-singleton@rt.cpan.org or through the web interface at:
http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-Singleton
Michael Schout <mschout@cpan.org>
This software is copyright (c) 2009 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-06-06 | perl v5.34.0 |