"raptor" <[EMAIL PROTECTED]> writes: > hi what is the easiest way to bring perl funtions to TT... > say printf, lc, uc etc... Is there any AUTOLOAD behaviour.. > it would be very good if there something like that for Virtual Variable > methods...
You can do: [% PERL %] perl code ... [% END %] If you have set EVAL_PERL => 1 in the config. But there are many more ways. -- / Jonas - http://jonas.liljegren.org/myself/en/index.html
