Is there an alternative to perl formats? I basically want a module that I can use to specify text templates in one file, and then have my script populate the templates and return the output. I'm running into problems with formats under mod_perl and I'd also like to be able to define the formats in a separate file (like HTML::Template) that someone else can modify.
The various template engines I have found will not work because there is no easy way to produce tabular output (like a table but built in text - basically padded to the specified length with spaces).
but it's a little confusing and the formats are again kept with the code instead of in an external file.