Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: How do you create a tab delimited txt file from two files?

by moritz (Cardinal)
on Jul 29, 2010 at 09:35 UTC ( [id://851899]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl6 -e 'for lines("a") Z lines("b") -> $a, $b { say "$a\t$b" }'
    
  2. or download this
    $ perl6 -e 'for lines("a") Z lines("b"), '' xx * -> $a, $b { say "$a\t
    +$b" }'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found