Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: perl dbi - no column headings

by hardburn (Abbot)
on Jul 09, 2003 at 16:40 UTC ( [id://272736]=note: print w/replies, xml ) Need Help??

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();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://272736]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-18 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found