in reply to Re^2: Accessing a module's method without causing circular dependency
in thread Accessing a module's method without causing circular dependency
So does that mean when you say "use <some module>", if it is already loaded, Perl does not load it again?
Yes, Perl keeps track of loaded modules in %INC.
|
|---|