in reply to Re^4: Extracting DNC issues
in thread Extracting DNC issues
Isn't it in the while loop though
Not in the code you posted:
my $dnc_col = ''; while (my $row = $csv->getline($input))
Unless I misunderstand your intention, I think you should swap the order of these two lines.
Improve your skills with Modern Perl: the free book.
|
|---|