http://qs321.pair.com?node_id=1227313


in reply to Re^5: Read CSV with column mapping
in thread Read CSV with column mapping

unless ($item =~ /^s+$/) { ... }

The  $item =~ /^s+$/ expression matches against a  's' literal character and not, as I think was intended, the  \s whitespace character class.


Give a man a fish:  <%-{-{-{-<