in reply to What is the fastest way to extract data from a delimited string?
Is there any reason why you can't move this stuff into a real database instead of a flat file? If you can't install MySQL or PostgreSQL or *insert favoriate RDMS*, you can get the DBD::SQLite, which embeds an RDMS right into the module itself.
|
|---|