in reply to Devel::Peek object dump result
in thread Using hv_magic() in typemap to create a tied object
Ah, I see now. My mistake. The test should have been
I was testing the hash reference for being tied, instead of the actual hash itself. It works now. Thanks!ok(tied %$obj)
|
|---|