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

Re^4: putting commas separated values into a new file line by line

by Anonymous Monk
on Aug 11, 2020 at 17:06 UTC ( [id://11120618]=note: print w/replies, xml ) Need Help??


in reply to Re^3: putting commas separated values into a new file line by line
in thread putting commas separated values into a new file line by line

perl v5.10.1
  • Comment on Re^4: putting commas separated values into a new file line by line

Replies are listed 'Best First'.
Re^5:putting commas separated values into a new file line by line
by choroba (Cardinal) on Aug 11, 2020 at 17:15 UTC
    You are 11 years behind. The /r needs 5.14, without it, you need to do
    my $runTest = 'sydney,delhi,NY,Russia'; (my $lines = $runTest) =~ tr/,/\n/; print {$out} $lines;
    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found