in reply to Re: Arcitectural considerations with modules
in thread Arcitectural considerations with modules
But this wasn't working out for some reason. I was so hopeful that it would work!sub import { my $pkg = shift; my $callpkg = caller(0); %{"$callpkg\::"} = (%{"$callpkg\::"}, %{"$pkg\::"}); }
|
|---|