Help for this page

Select Code to Download


  1. or download this
    while (my $line = $csv->getline ($FH)) {
        if ($csv->parse (@$line)) {    
    ...
    =>
    while (my $line = $csv->getline ($FH)) {
        my @field = @$line;