hthuse CGI qw(:standard *table); ... print start_table; while (my $db_data = $sth->fetchrow_arrayref()) { print Tr(td($db_data)); # other processing in the loop for each element } print end_table;
--rW
In reply to Re: CGI Tables
by rinceWind
in thread CGI Tables
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |