http://www.perlmonks.org?node_id=247432

e_macks has asked for the wisdom of the Perl Monks concerning the following question:

Monks,

I’m developing Perl on a web server that already has mod_perl installed. When I change code inside a .pm module, the old version of the module is still cached, and my changes sometimes don’t show up for days. This makes development very difficult to say the least!

How can I temporarily turn off this caching while I develop?

Thanks.