![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Parsing and modifying CSV filesby poj (Abbot) |
on Sep 24, 2005 at 09:25 UTC ( #494758=note: print w/replies, xml ) | Need Help?? |
The direction I would go is 1) hold the file1 data in a hash so that you can refer to it without a loop 2) scan the file2 data, apply the process logic with the file1 data to each record and write out to a new file poj
In Section
Seekers of Perl Wisdom
|
|