Help for this page

Select Code to Download


  1. or download this
    while (my $inBuf = <csvFILE>) {
      chomp($inBuf);
    ...
    } # End of csvFILE or we reached our Runaway count
    
    close csvFILE;
    
  2. or download this
    my $items = 0;
    
    ...
       ...
       $items += @fields; # Array in scalar context gives number of elemen
    +ts
    }
    
  3. or download this
    1,"This, or this and that",3