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');