which will, of course, create a row of table cells. If you want them as a column instead you'll need to map them:print $q->Tr( $q->td($arrayef) );
print map { $q->Tr( $q->td($_) ) } @{$arrayref};
In reply to Re: CGI table problems
by cLive ;-)
in thread CGI table problems
by rashley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |