Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: DBI and arrays

by Anonymous Monk
on Jan 17, 2012 at 12:34 UTC ( [id://948310]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare($SQLQueryString);
    my $array_ref = $dbh->selectall_arrayref( $SQLQueryString, { Slice => 
    +{} }, @SQLvars );
    
  2. or download this
    $aref = $dbh->selectall_arrayref($sql, {stuff => 'here'}, 'TESTA1', 'T
    +ESTA2', 'TESTA3');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-03-28 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found