in reply to Re: Using hv_magic() in typemap to create a tied object
in thread Using hv_magic() in typemap to create a tied object

Ah, silly me for not seeing it sooner. It's the hash that's tied, not your reference to it. Try tied(%$obj) instead.
  • Comment on Re^2: Using hv_magic() in typemap to create a tied object