# parse the row and handle any errors my $in_values = $parser->getline($in_fh); croak("Unable to parse line $line_num of file $file: " . $parser->error_input()) if !$in_values; #just add... for (@$in_values) { s:\\\\n:\n:gso }