in reply to Re^2: Table in Perl CGI
in thread Table in Perl CGI

It's working nicely ... I wrote the post above after simply testing it out in response to the OP; I'm using it now to build some nightly reports. I particularly like how easy it is to pass attributes to the tag builder. You're right about simplifying, I haven't needed to use a callback at all (but it's nice to know it's built-in for when it's needed).

The way forward always starts with a minimal test.