http://qs321.pair.com?node_id=734652


in reply to Re^2: good delimiter in data for Perl
in thread good delimiter in data for Perl

CVS has standard ways to handle special characters in data:
1,2,3,4 is (1, 2, 3, 4) 1,"2,2,2",3,4 is (2, '2,2,2', 3, 4) 1,"2,""2""2",3 is (1, '2,"2",2', 3, 4)