G'day tobias_hofer,
"Can modules be loaded several times?"
require says:
require demands that a library file be included if it hasn't already been included.
and use says:
It is exactly equivalent to
BEGIN { require Module; Module->import( LIST ); }
So, assuming you're using use or require to load the modules, the answer's no.
You may find Test::LeakTrace helpful.
-- Ken
In reply to Re: Memory usage of array and hashe variables by multiple inclusion.
by kcott
in thread Memory usage of array and hashe variables by multiple inclusion.
by tobias_hofer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |