in reply to Report writing
Hey,
I don't know how it scales to complex reports, but some people tend to forget that Perl was initially designed to extract AND report. I can produce some nice preformated
reports with it (you can even tweak it to produce HTML).
You may want to look at the perlform for more info on the subject.
my($a,$x,$f)=('','$a');$f='@>>>++;';$^A='';formline($f,$x);eval$^A;
<kbd>--
PerlMonger::Paris(http => 'paris.pm.org');</kbd>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Report writing
by Jonathan (Curate) on Feb 15, 2001 at 15:00 UTC |