Practical mod_perl / HTML Book /



previous page: B.18.14. Xmms—Perl Interface to the xmms Media Player
  
page up: HTML Version of the book
  
next page: Appendix C. ISPs Providing mod_perl Services

B.18.15. Module::Use—Log and Load Used Perl Modules


Module::Use records the modules used over the course of the Perl interpreter's lifetime. If the logging module is able, the old logs are read and frequently used modules are loaded automatically.

For example, if configured as:

<Perl>
    use Module::Use (Counting, Logger => "Debug");
</Perl>

PerlChildExitHandler Module::Use

it will record the used modules only when the child exists, logging everything (debug level).

 

Continue to:

  • prev: B.18.14. Xmms—Perl Interface to the xmms Media Player
  • Table of Contents
  • next: Appendix C. ISPs Providing mod_perl Services







TOP
previous page: B.18.14. Xmms&#8212;Perl Interface to the xmms Media Player
  
page up: HTML Version of the book
  
next page: Appendix C. ISPs Providing mod_perl Services


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com