in reply to
DBD::CSV forgets a column and a row?
I don't know why a column isn't being displayed, but I spotted an abnormality. Shouldn't
if ($chk = $row[2]) {
be
if ($chk == $row[2]) {
?
Comment on
Re: DBD::CSV forgets a column and a row?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom