in reply to modules which includes eachs other
Perl will remember which modules are already loaded (in the %INC hash) and everything sorts itself out in the end™.# in file Module1.pm package Module1; use Module2; # in file Module2.pm package Module2; use Module1;
-- Joost downtime n. The period during which a system is error-free and immune from user input.
|
|---|