Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^6: Mapping & Hash Issues

by Anonymous Monk
on Mar 29, 2017 at 17:58 UTC ( [id://1186412]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Mapping & Hash Issues
in thread Mapping & Hash Issues

The record number (1840) is inaccurate because it's counting the map file as well. You might want to put this line just above the start of the second while loop:
$csv = Text::CSV->new({ auto_diag=>1, binary=>1, eol=>"\n" });
(Yes, that's almost a copy of a previous line, but note that the my is missing.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found