in reply to Best way to handle/search CSV file in Perl?

Thanks all, After some testing and trials it does turn out to be more efficient to just process each line as it comes in. - Jed
  • Comment on Re: Best way to handle/search CSV file in Perl?

Replies are listed 'Best First'.
Re^2: Best way to handle/search CSV file in Perl?
by Anonymous Monk on Nov 23, 2004 at 03:01 UTC
    This is eaxctly what I need to do. I am new to PERL so having some code for me to base my stuff on would be a great help. If you still have this piece of code would you mind posting it? Thanks