Help for this page

Select Code to Download


  1. or download this
    my $row;
    local $"='|'; print STDERR "<@$row>\n";
    ...
        $csv_out->print( $fh_out, [ @$row[ 2, 3, 0, 4 ], ] );
    }
    print STDERR "<$row>\n";