octopusgrabbus has asked for the wisdom of the Perl Monks concerning the following question:
I am only interested in producing ascii output, and to keep the report values neat. Imagine if you had to read account numbers, names, addresses, water meter data, and so on, you might want output that was neatly ordered. That is what I am after.
I am also going to produce .csv output, but this question is about a report that can be printed easily and output to PDF.
I am not concerned about the grouping/sorting that Informix provides, because Perl's DBI provides me a very strong workaround.
Any suggestions would be appreciated.
Thanks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Report Formatting
by toolic (Bishop) on Aug 05, 2013 at 16:55 UTC | |
Re: Report Formatting
by stefbv (Priest) on Aug 05, 2013 at 17:10 UTC | |
Re: Report Formatting
by Skeeve (Parson) on Aug 05, 2013 at 18:36 UTC | |
Re: Report Formatting
by Laurent_R (Canon) on Aug 05, 2013 at 18:48 UTC | |
Re: Report Formatting
by Anonymous Monk on Aug 07, 2013 at 18:21 UTC | |
by octopusgrabbus (Acolyte) on Aug 18, 2013 at 15:56 UTC |