![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Modules included more than onceby physgreg (Scribe) |
on Aug 22, 2002 at 10:50 UTC ( #191975=perlquestion: print w/replies, xml ) | Need Help?? |
physgreg has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I'm currently on a hunt for warnings through our codebase. I've got rid of all of them except a lot of
which forms a list of all subroutines in YYYY. This implies that the package is being included more than once. However, there are a lot of interdependencies between these modules, so simply removing references to YYYY from all but the parent package did not work. What I would like to know is if there is any way to stop this happening, or will I just have to live with the warnings? The feature I have in mind is similar to the PHP command 'require_once'. Thanks, Greg.
Back to
Seekers of Perl Wisdom
|
|