I just created a new templating system.
And now, I'm not going to put it on CPAN :-)
I just created a new templating system.
And now, I'm not going to put it on CPAN:-)
I assume you had a legitimate reason to roll your own (what with you being Matt Sergeant and everything), so I have to ask...
What did you need that wasn't provided by one of the existing systems?
Re:I'm curious
Matts on 2003-08-13T17:18:18
Lack of dependency.
My templating system is justThe last thing I need is to have to add more compiled perl code to my mod_perl httpds, and have to add another RPM to ship this project with.s/<(\w+)>/$opts{$1} || warn("No option for $1 found") && ""/eg;