[Templates] Calling subroutine

Mark Fowler mark@twoshortplanks.com
Fri, 17 Jan 2003 10:16:53 +0000 (GMT)


On Thu, 16 Jan 2003, Tim Dolezal wrote:

> Can I do this is a template?

Hi Tim.

I'm not sure what you're trying to do?  Do you mean can you do the same
kind of thing as in your code in the template toolkit with it's native
syntax, or do you mean can you call this code from the Template Toolkit?

Mark.

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, mark@twoshortplanks.com, http://twoshortplanks.com/};