in reply to Re: Can I ask Perl if an object will stringify?
in thread Can I ask Perl if an object will stringify?

Hi Corion,

Thanks for the idea, I hadn't seen that pragma before! It looks like you're right that it might not solve my question directly, but since my intention was to warn people about them accidentally having stringified a reference into something like "HASH(0x9c5d2d9)", a value which probably isn't useful in this context, those users might also be able to use this pragma to avoid mistakes like that.

Thanks and Regards,
-- Hauke D

  • Comment on Re^2: Can I ask Perl if an object will stringify?