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


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

even better though, would be to drop the %hash = %$hit and write the push command as push(@searched, $hash->{ID}); which saves so much typing, and is much more readable and understandable...having to do "my %hit = ..." gets tedious - especially when yer imagination for new var names gets exhausted lol