![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^6: Read CSV with column mappingby AnomalousMonk (Bishop) |
on Dec 16, 2018 at 01:31 UTC ( #1227313=note: print w/replies, xml ) | Need Help?? |
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: <%-{-{-{-<
In Section
Seekers of Perl Wisdom
|
|