![]() |
![]()
| ![]() |
![]()
NAMEApache::Singleton::Request - One instance per One Request VERSIONversion 0.17 SYNOPSIS# in httpd.conf PerlOptions +GlobalRequest # in your module (e.g.: Printer.pm) package Printer; use base qw(Apache::Singleton::Request); DESCRIPTIONSee Apache::Singleton. SEE ALSOApache::Singleton SOURCEThe development version is on github at <https://github.com/mschout/apache-singleton> and may be cloned from <git://github.com/mschout/apache-singleton.git> BUGSPlease report any bugs or feature requests to
bug-apache-singleton@rt.cpan.org or through the web interface at:
AUTHORMichael Schout <mschout@cpan.org> COPYRIGHT AND LICENSEThis 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.
|