Re: need help modifying code

2004-04-07 Thread Rob Dixon
Andrew Gaffney wrote: > > I have written the following code to generate HTML reports from Perl scripts. It > works > pretty well. I need to modify it to accept parameters for each column (e.g. column > width, > whether to total that column, etc.), but I can't figure out the best way to go about

need help modifying code

2004-04-06 Thread Andrew Gaffney
I have written the following code to generate HTML reports from Perl scripts. It works pretty well. I need to modify it to accept parameters for each column (e.g. column width, whether to total that column, etc.), but I can't figure out the best way to go about it. sub generate_report_html { m