Help for this page

Select Code to Download


  1. or download this
    sub _grow_db() {
    
    ...
    $sth->execute();
    
    $sth->finish();
    
  2. or download this
    
    sub get_table_info() {
    ...
    return \@columns;
    
    }