Help for this page
# parse the row and handle any errors my $in_values = $parser->getline($in_fh); ... #just add... for (@$in_values) { s:\\\\n:\n:gso }