How to update file with values from another text file

Newbie Member
28Jan2011,12:08   #1
naveenkumar_15's Avatar
Hi Experts,

Im new to Perl i need your expertise on how to get or read values from one text file and need to update the same values in to another text file and save the file

please help me or recommand me do to so.

Thanks in advance.

Regards.
Naveen
Go4Expert Member
28Jan2011,17:27   #2
chorny's Avatar
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".