in reply to
table()'s with CGI.pm
I find the HTML functions in CGI.pm to be more trouble than they're worth most of the time. Just add your own tags with print. The
Data::ShowTable
module from CPAN might also be useful if you don't want print statements everywhere. -- Jaldhar
Comment on
Re: table()'s with CGI.pm
In Section
Seekers of Perl Wisdom