Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: How to parse a tab delimited file

by Happy-the-monk (Canon)
on Nov 25, 2004 at 18:38 UTC ( [id://410447]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to parse a tab delimited file
in thread How to parse a tab delimited file

sep => '\t',

The separator '\t' is not of length 1.

You get rid of that error if you specify it in double quotes:

sep => "\t",

Cheers, Sören

  • Comment on Re^3: How to parse a tab delimited file

Log In?
Username:
Password:

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

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

    No recent polls found