http://qs1969.pair.com?node_id=546176

OK, judging from quotes sprinkled liberally, writing a Perl templating system appears to be a rite of passage. It also appears that there is some aversion to yet another templating system.

So I guess like those who came before me I've rolled my own templating system. Mostly because that's just the kind of guy I am, partly because I wanted to create an application that didn't rely on additonal modules. I've seen how HTML::Template works, but I think my design has more to offer (of course I would say that).

I have working code, but it's largely dependent on the application using it. So I guess I'm wondering if it's worth taking the time to pull it out and package it up as a module for Perl community. Or for that matter would anyone be interested in looking at the code to offer suggestions?