http://qs1969.pair.com?node_id=1183679


in reply to Re^2: DB search results using DBI...execute
in thread DB search results using DBI...execute

Dont forget to fix the if ($#arr eq 1) { test too. its either if ($#arr eq 0) { or if (sclalar(@arr) eq 1) {