in reply to Re: Re: Using Perl to Implement a simple Searchable Web Database
in thread Using Perl to Implement a simple Searchable Web Database

There are modules available to parse CSV files. But you might want to consider preprocessing the file into a DBM file, or a database, depending on the size of the file.

Abigail

  • Comment on Re: Using Perl to Implement a simple Searchable Web Database