in reply to Re: Best way to handle/search CSV file in Perl?
in thread Best way to handle/search CSV file in Perl?
Indeed. Why do you want to read the whole file into
an array? That'll eat up gobs of memory if the file is
large (of course, if the file is very large, you should
probably consider alternatives to flat-file storage).