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]) {?