Help for this page
my $columns = get_columns($dbh, $table); ... #Get the column names for the $table return $sth->FETCH('NAME_lc'); }