Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How can I make it to a one liner

by ikegami (Patriarch)
on Oct 08, 2007 at 07:19 UTC ( [id://643408]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -054pe"$.%3||s/,/\n/"
    
  2. or download this
    >echo a,b,c,d,e,f,g,h,i | perl -054pe"$.%3||s/,/\n/"
    a,b,c
    d,e,f
    g,h,i
    
  3. or download this
    perl -l054pe1 | perl -054pe"$.%3||s/,/\n/"
    
  4. or download this
    >type file
    a,b,c,d,e
    ...
    a,b,c
    d,e,f
    g,h,i
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-26 07:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found