Help for this page

Select Code to Download


  1. or download this
    my $sql = <<EOSQL;
      select my_key, foo1, foo2, ...
    ...
      print "$row2->[0] only in db 2\n"
      $row2 = $sth2->fetchrow_arrayref;
    }