in reply to problems using dynamic tables in perl cgi
You need a new deep level of reference:
print $c->table( {-border=>'0',-align=>'Center'}, $c->Tr({-align=>'Left'}, [ @rows ]) );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: problems using dynamic tables in perl cgi
by polki (Novice) on May 13, 2009 at 13:41 UTC |
In Section
Seekers of Perl Wisdom