Hi Monkees
How would I generate a series of TD values from an array using 'proper' CGI syntax?
e.g. (make this work - simplified in this example to a single column)
@filesout = qw(a b c); print table({-border=>1},Tr([ th(['Document']), foreach(@filesout){ td([a({-href=>$_},$_)]) } ]) );
In reply to CGI table rows from an array by Melly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |