Subject: | strip => 1 broken when cells => 0 |
In ReadData($filename, cells => 0, strip => 1), the result still has a hash key for every cell, though they are all undef.
It is caused by a backward test on line 209, which uses ss->{cell} if opt->{cell} and ss->{$name} if $opt->{rc}.