http://www.perlmonks.org?node_id=123265


in reply to Re: Search an array ref of array refs
in thread Search an array ref of array refs

Granted, the search is much more efficient in the DB, but I already have the whole table because I just used it to create a SELECT box on my web page. So the whole genesis behind this was to avoid another round trip to the DB, which IMHO, is more costly (but I could be wrong). :)