Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How to split line with varying number of tokens?

by igelkott (Priest)
on Apr 28, 2013 at 17:31 UTC ( [id://1031102]=note: print w/replies, xml ) Need Help??


in reply to How to split line with varying number of tokens?

Considering that you may have altered your data a bit (redacted) for this post, it looks like you may really have tab-separated values. If so, change to split(/\t/, $_);

Replies are listed 'Best First'.
Re^2: How to split line with varying number of tokens?
by zBernie (Novice) on Apr 28, 2013 at 18:56 UTC
    I wish it were tab separated!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-03-19 06:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found