[ Create a new account ]
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?
s/<(\w+)>/$opts{$1} || warn("No option for $1 found") && ""/eg;
Get More Comments
Reply
I feel so dirty... (Score:1)
Come on, admit it, you may feel dirty but deep down you feel really good, don't you?
I'm curious (Score:1)
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 (Score:3, Interesting)
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.