in reply to Re: Re: Re: How can I unbless an object?
in thread How can I unbless an object?
When you say something like [% d.e.f %], TT2 will actually use $d->e->f or $d->e->{f} or $d->{e}->{f}, etc., depending on what $d and $d->e (or $d->{e}, etc.) really is. This is the DWIM behavior that Randall referred to above.
|
---|