Help for this page

Select Code to Download


  1. or download this
    #!/pro/bin/perl
    
    ...
        $csv->print (*STDOUT, $row);
        }
    close $fh;
    
  2. or download this
    # cat data.csv
    CSFDATVM01,,2.55,3.77
    ...
    Argument "" isn't numeric in subroutine entry at xx.pl line 17, <$fh> 
    +line 1.
    CSFDATVM01,0,2.55,3.77
    #