select cola, colb, colc from table-name where colx=? and coly=? and colz=?" #### my @Queryresults = @{ $sth->selectall_arrayref( $SQLQueryString, @SQLBindVars) }; #### Can't bind a reference (HASH(0x92705c))