$sth->{NAME} returns a reference to an array of field names for each column
e.g. foreach my $column (@{ $sth->{NAME} }) { print $column; } -- Simon Oliver
$sth->{NAME} returns a reference to an array of field names for each column
e.g. foreach my $column (@{ $sth->{NAME} }) { print $column; } -- Simon Oliver