![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Storing Infoby c (Hermit) |
on Jan 22, 2002 at 02:32 UTC ( #140509=note: print w/replies, xml ) | Need Help?? |
hey man you're edging back up to the positive side of XP. hang in there ;-) i'm taking the newbie approach to looking through your data for criteria that fit your demands. how about a hash of hashes. i mentioned it before, but i didnt have a good example of it. here is my take on it:
i've got a simple print function, but you can easily put in an if statement that loops over your hash and prints output based on the matches that you would have been grepping out before. in your example, you were looking for every friend that had a name beginning with J and brown eyes:
no guarantees on that if statement, but if you're not planning on using DBI, then this might provide the output, if not the speed you're looking for.
In Section
Seekers of Perl Wisdom
|
|