[Just realized that I didn't cc this to the list when I responded to
Trond's post last week...]

Trond Michelsen wrote:
> Is it possible to access hash elements of an object which is also a
> tied hash?

Have you tried calling FETCH() and/or STORE() directly? (I discovered
this approach after many unsuccessful attempts at directly accessing DBI
handle attributes.)

        [% myval = imageObj.FETCH('imagepath') %]
        [% CALL imageObj.STORE('imagepath', myval) %]

Jason

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to