![]() |
|
"be consistent" | |
PerlMonks |
Is this a safe way to 'un'-require a module?by stevieb (Canon) |
on Sep 10, 2015 at 18:13 UTC ( #1141584=perlquestion: print w/replies, xml ) | Need Help?? |
stevieb has asked for the wisdom of the Perl Monks concerning the following question: Good day esteemed friends, I'm writing a new module that will be long running. This module will have a function that requires code from another one of my modules (which loads 115+ other modules and dependencies), but this function will only be called on extremely rare situations so I don't want to use it. I've written some mock-up (working) test code, and I'm just looking to see if this is a sane thing to do, and/or feedback on alternative approaches.
Thanks, -stevieb
Back to
Seekers of Perl Wisdom
|
|