Help for this page

Select Code to Download


  1. or download this
    # Use LIMIT 1 to keep the database from working 
    # too hard 
    ...
    my @col_names = keys %{ $sth->fetchrow_hashref };
    
    $sth->finish();