in reply to Re^2: Help understanding a single line of perl: my $count = $row[0] ? $row[0] : 0;
in thread Help understanding a single line of perl: my $count = $row[0] ? $row[0] : 0;
I would have used do if it would have made it equivalent, but since it didn't, it was more readable to explain do rather than using do.
|
|---|