in reply to Re^5: $object->UnrelatedPackage::some_subroutine()
in thread $object->UnrelatedPackage::some_subroutine()

Point. I saw that the OP had discovered the "dispatch an object to anywhere that you want" functionality, and didn't pay too close of attention to what object and where it was going.

I still don't consider the dispatch trick to be a bad thing to know about. But I'd agree that this is not a good use of it. (Though it isn't really all that bad, other than its being a pointless way to give something a different syntax.)

  • Comment on Re^6: $object->UnrelatedPackage::some_subroutine()