Help for this page

Select Code to Download


  1. or download this
    # make sure $fh is the file-handle to the CSV stream
    # with the CSV data in memory (say it is in $data), you can
    ...
        if ($indata == 0) {
            @data = @$row;
            if ($row->[0] eq "Subject:") {