Help for this page

Select Code to Download


  1. or download this
    my $csv = Text::CSV_XS->new ({
        binary           => 1,
    ...
        auto_diag        => 1,
        allow_whitespace => 1,
        });
    
  2. or download this
    while (my $row = $csv->getline ($fh)) {
    
    ...
        else { # sorry, this is not filled: invalid    
            $csv_o->print ($fhi, $row);
            }