Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Much slower DBI on RHEL6

by mbethke (Hermit)
on Feb 05, 2014 at 22:38 UTC ( [id://1073621]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SELECT DISTINCT id,description from list_index
    
  2. or download this
    my $sql = 'SELECT DISTINCT id,description FROM list_index';
    foreach(@{ $dbh->selectall_arrayref($sql, {Slice => {}}) }) {
        $labels{$_->{id}} =  "$_->{id} - $_->{description}";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found