Aristotle Pagaltzis wrote: >You can use `$foo->X::bar` instead of `$foo->$coderef` as well. >By your logic the latter is not a big win. It is possible, and reasonable, to have large numbers of code refs that do not have individual package-based names. On the other hand, a package-based sub name can always be dereferenced to get the corresponding code ref. This is not a symmetric comparison. -zeframThread Previous | Thread Next