Say I have a CSV file with thousands of lines similar to this one below:
1,fred,smith,"11, erewhon avenue","XYZ Company, 101 the road","020 123456",UK
I would like to use Perl to update the telephone number field only in the CSV file. I am thinking Text::CSV is the best way to go, but I'm not sure how to use it to update a field and write it back.