Note that $array_ref is a scalar. To use it in your context:my $array_ref = ["foo", "bar", "baz"];
my $table = new HTML::Table ( -border => 1, -rules => 'both', -spacing => 0, -padding => 3, -align => 'CENTER', -style => 'text-align: right;', -width => '100%', -head => [$sth->{NAME}, "foo", "bar", "baz", "whatever"], -data => $data, );
In reply to Re: HTML::Table multi-row head
by davis
in thread HTML::Table multi-row head
by avik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |