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

Re^3: split a line by control ^D character

by eyepopslikeamosquito (Archbishop)
on Dec 02, 2012 at 11:17 UTC ( [id://1006703]=note: print w/replies, xml ) Need Help??


in reply to Re^2: split a line by control ^D character
in thread split a line by control ^D character

You're welcome. One more thing I noticed is that you will probably want to add a line:

chomp @arr;
right after my @arr = <$FILE>; to avoid the last field on each line containing a newline.

Log In?
Username:
Password:

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

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

    No recent polls found