in reply to Is there a database reporting tool written in Perl?

I'm not aware of any premade formatter, but the Querylet idea seems to be fairly close to a simple report generator. For anything more elaborate, I'd turn to Template Toolkit or a PDF Templating solution, depending on the exact needs. Possibly a LaTeX solution could work as well, but I haven't seen any all-in-one reporting solution.

  • Comment on Re: Is there a database reporting tool written in Perl?

Replies are listed 'Best First'.
Re^2: Is there a database reporting tool written in Perl?
by Thilosophy (Curate) on Feb 22, 2005 at 08:23 UTC
    ++ Thanks

    I'll have a look at Querylet, especially as there is also Querylet::CGI which "turns a querylet into a web application".