in reply to How many times is Foo::Bar loaded?
As you easily see from the documentation every used file.pm is only evaled once and import() is only called once is called each time to drag the listed symbols into the current namespace.
Cheers Rolf
( addicted to the Perl Programming Language)
corrected import part, thx corion. =)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How many times is Foo::Bar loaded?
by Corion (Patriarch) on Apr 09, 2013 at 19:33 UTC | |
by LanX (Saint) on Apr 09, 2013 at 19:36 UTC | |
by dsheroh (Monsignor) on Apr 10, 2013 at 09:11 UTC | |
by Anonymous Monk on Apr 09, 2013 at 19:58 UTC |