Help for this page

Select Code to Download


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