Help for this page
# SYNTAX: getColumnList($dbh, "TestTable") sub getColumnList ... # return now complete list of columns for the given table return @cols; }