in reply to Re: output HTML table
in thread output HTML table

Eric: Thanks for the quick response. The perlform would work for me if my table format is fixed, however, the column width for each table in different html files need to be adjusted and I don't know how to treat it as a variable in perlform. I also don't know how to treat cells which span a few columns in html.

Replies are listed 'Best First'.
Re^3: output HTML table
by madbombX (Hermit) on Aug 11, 2006 at 12:03 UTC
    Perhaps some of the newer functionality in Perl6::Form would help you then. I know it can handle some variable width column data on the output side.

    Eric