Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How do you get Perl::DBI to do a desc table_name?

by vek (Prior)
on Mar 27, 2002 at 18:59 UTC ( [id://154766]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $names = $sth->{NAME};
    #$names is an array reference
    for (@$names) {
       print $_, "\n";
    }
    
  2. or download this
    my $types = $sth->{TYPE};
    #$types is an array reference
    for (@$types) {
       print $_, "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-16 15:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found