Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

DBI and arrays

by Anonymous Monk
on Jan 17, 2012 at 10:55 UTC ( [id://948293]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select cola, colb, colc
    from table-name
    ...
    colx=?
    and coly=?
    and colz=?"
    
  2. or download this
    my @Queryresults = @{ $sth->selectall_arrayref( $SQLQueryString, @SQLB
    +indVars) };
    
  3. or download this
    Can't bind a reference (HASH(0x92705c))
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://948293]
Approved by moritz
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: (5)
As of 2024-04-19 20:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found