On Mon, 2004-06-28 at 18:33, Buddy Burden wrote: > I'm passing my DataRow object, which is indeed an object. It's > _implemented_ via a tied hash internally, but that's all > under-the-covers stuff.
I don't quite get it. What's the point of using a tied interface if it's private? The tie functionality is for tricking outside things that expect a hash into using your object. > I was wondering if maybe there was a whole 'nother approach that I was > ignoring, like maybe somebody would say "oh sure, just write a new > plugin" or somesuch. Well, you can hack the Stash to do what you want, but by far the simplest solution is to just dump the hashes in as ordinary hash refs. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
