|
|
| There's more than one way to do things | |
| PerlMonks |
Re: search a large text fileby pajout (Curate) |
| on Feb 08, 2011 at 13:43 UTC ( #886965=note: print w/ replies, xml ) | Need Help?? |
|
You can preprocess it using, for instance, DB_File module. See DB_HASH chapter of Or you can use one table in some SQL database, having just two columns, 'key' and 'val', with index on 'key'.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||