GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Reload(3) User Contributed Perl Documentation Module::Reload(3)

Module::Reload - Reload %INC files when updated on disk

  Module::Reload->check;

When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from disk. This module's handler iterates over %INC and reloads the file if it has changed on disk.

Set $Module::Reload::Debug to enable debugging output.

A growing number of pragmas ("base", "fields", etc.) assume that they are loaded once only. When you reload the same file again, they tend to become confused and break. If you feel motivated to submit patches for these problems, I would encourage that.

Module::Reload::Selective is like this module, but lets you control which modules will be reloaded.

again provides a slightly different mechanism for reloading changed modules, where you have to explicitly decide which modules to reload.

Apache2::Reload (or Apache::Reload if you're still using Apache 1).

perldoc require <http://perldoc.perl.org/functions/require.html> for details of how "require" works.

<https://github.com/neilb/Module-Reload>

Doug MacEachern & Joshua Pritikin

Now maintained by Neil Bowers <neilb@cpan.org>

This software is copyright (c) 1997-1998 Doug MacEachern & Joshua Pritikin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2017-04-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.