in reply to Re^2: Forwarding functions to a different module
in thread Forwarding functions to a different module

I thought @ISA works only when a function is called indirectly via a blessed reference!

You were close. It only works for method dispatch. (Constructor calls use method dispatch even though they lack references of any kind, blessed or otherwise.)

  • Comment on Re^3: Forwarding functions to a different module