Help for this page
while ($ref = $sth->fetchrow_hashref){ ... foreach $col (keys %$ref) {
while ($ref = $sth->fetchrow_hashref("NAME_lc")){ ... foreach $col (@{$sth->{"NAME_lc"})