in reply to Re: How can I unbless an object?
in thread How can I unbless an object?
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
•Re: Re: Re: How can I unbless an object?
by merlyn (Sage) on Jul 19, 2002 at 18:38 UTC | |
by mp (Deacon) on Jul 19, 2002 at 18:47 UTC | |
by merlyn (Sage) on Jul 19, 2002 at 18:59 UTC | |
Re: Re: Re: How can I unbless an object?
by perrin (Chancellor) on Jul 19, 2002 at 20:33 UTC | |
Re: How can I unbless an object?
by mp (Deacon) on Nov 12, 2003 at 15:49 UTC |