I have data from a database which I have read into an array of hashrefs. I want to perform SELECT-like operations on the data.
If the data is already in a database, why would you read all the data from the db into Perl and then try to recreate the basic db SELECT operation -- for which the DB is designed and highly optimised -- using Perl?
In reply to Re: Creating SELECT-like look-up tables as hashes
by BrowserUk
in thread Creating SELECT-like look-up tables as hashes
by loris
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |