Help for this page

Select Code to Download


  1. or download this
    warn Dumper \@SQLvars;
    
  2. or download this
    $VAR1 = [
              {
    ...
                'COLY' => 'TESTB2',
                'COLZ' => 'TESTB4'
              },
    
  3. or download this
    my $sth = $dbh->prepare($SQLQueryString);
    my $array_ref = $dbh->selectall_arrayref( $SQLQueryString, { Slice => 
    +{} }, @SQLvars );
    
  4. or download this
    DBD::Oracle::db selectall_arrayref failed: called with 9 bind variable
    +s when 3 are needed