Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jkuruvil
  • Content: Threads
  • Order by date
  1. jkuruvil

    DELETE statement with DBI/PERL

    I am trying to delete some records that satisfy a conditional clause, but the delete statement deletes all records instead. Can someone please help? Here is the snippet of my code: use strict; use warnings; use DBI; my $dsn = "DBI:mysql:database=netbackup;host=localhost"; my $dbh =...

Part and Inventory Search

Back
Top