Help for this page

Select Code to Download


  1. or download this
    my $query1 = "
        select \"column1\", \"column2\" from Database.Table where \"column
    +1\" in ($values_string) and \"column3\" != '2'
    ";
    
  2. or download this
    
    my $dsn2 = 'DBI:Sybase:server=xx.xx.xx.xx';
    ...
    while (my $row = shift(@$values_array)) {
        print "row->[0], row->[1]\n";
    }
    
  3. or download this
    Not a SCALAR reference at line 108