Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^6: Read CSV with column mapping

by AnomalousMonk (Archbishop)
on Dec 16, 2018 at 06:31 UTC ( [id://1227313]=note: print w/replies, xml ) Need Help??


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:  <%-{-{-{-<

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1227313]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-26 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found