- or download this
...
foreach my $field (sort @$field_order) {
...
print "\t</TR>\n";
}
- or download this
...
# heres the new line of code
...
print "\t\t<TD ALIGN=LEFT>$records->[$i]->{$field}</TD>\n";
...
- or download this
length($records->[$i]->{$field})