> I found a bit of info saying you have to setup a debug option to > see "private" hashes. But I can't find the right DEBUG_ constant to > set. > > Is there a way?
Yes, there is. The easiest way to get access to "private" (starting with '.' or '_') hash items is to redefine the 'item' virtual method and use it to get hash item's values. See my letter on this subject in mailing list archive for details: http://www.template-toolkit.org/pipermail/templates/2006-January/0 08206.html -- Sergey Martynoff _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
