Help for this page

Select Code to Download


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