Thread
:
How to update file with values from another text file
View Single Post
chorny
Go4Expert Member
28Jan2011,17:27
If your files are CSV files, use Text::CSV to read/write them
P.S. Consider reading "Learning Perl" (no earlier than 4th edition) or
"Beginning Perl"
.