That's cool, actually I like that method because I have to prefix my calls.
myPackage::FuncA;
Is there a way to have FuncA within the scope of the main perl file so you can just
FuncA;
I don't really need it, I like the other method, but Iw as just wondering ;)
John