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


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

my @results = search_item($dbh, \@users, $st, $sv) . "\n"; is slightly incorrect, btw - and not sure how the "\n" got in there....it's not there in my actual code. so, it should read just: my @results = search_item($dbh, \@users, $st, $sv);