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.
In reply to Re: prefered syntax for using imported subs
by adrianh
in thread prefered syntax for using imported subs
by duckyd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |