Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Text::CSV and getline

by davies (Prior)
on Nov 04, 2020 at 20:07 UTC ( [id://11123405]=note: print w/replies, xml ) Need Help??


in reply to TexT::CSV and getline

I've never used the Filehandle module, so I'm guessing, but you don't appear to be using it as specified in the docs. The first thing I would try is to use a normal file handle without using the module, creating it in the "open" command, so: open(my $fh, "<", $ARGV[0]) etc.

Regards,

John Davies

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found