http://www.perlmonks.org?node_id=938416


in reply to CSV Manipulation

In the spirit of TIMTOWTDI

Since your file seems to only contain 7 fields per line with no extended free form text you may want to review the possibility of using Tie::File. I have found this module helpful when parsing files of the size that kill your memory limits. Then you could just split the line for testing and manipulation of values.