in reply to prefered syntax for using imported subs
If the method is only used once in the module or script, then I can see a justification for the former syntax, and it does make it very clear where the function is coming from, but for the most part, I don't think it's worth the extra clutter.
I sometimes use it when I'm writing OO code so that I don't import subroutines into the current package to avoid them being inherited by subclasses.
|
|---|