If you pass TT2 an object that is a hash and tell it to access object.element_name, it will return
$object->element_name
if that method exists rather than
$object->{element_name}.
If I could unbless the object, then I could force it to use the latter. There are other workarounds, but if "unbless" existed in some form, it might be simpler.
In reply to Re: Re: How can I unbless an object?
by mp
in thread How can I unbless an object?
by mp
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |