I have noticed that when you use code such as the following in a template: object_ref.method object_ref._method
method names beginning with an underscore do not get called. It's understandable behaviour given the usual Perl idiom of using a leading underscore to indicate a private method. However, I've only been able to find sketchy info about this in the docs. Where is this behaviour implemented in TT? Is there a way to change it? _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
