Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Simple or not

by kennethk (Abbot)
on Apr 06, 2009 at 14:42 UTC ( [id://755742]=note: print w/replies, xml ) Need Help??


in reply to Simple or not

First, please read Writeup Formatting Tips, as wrapping your code in <code> tags would dramatically improve the formatting.

Rather than rolling your own, I'd recommend using Text::CSV and setting the sep_char attribute to a space, a la:

my $csv = Text::CSV->new({sep_char => ' '});

Log In?
Username:
Password:

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

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

    No recent polls found