Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Speed of Split

by ikegami (Patriarch)
on Nov 18, 2004 at 07:53 UTC ( [id://408710]=note: print w/replies, xml ) Need Help??


in reply to Re: Speed of Split
in thread Speed of Split

I think you're confusing join with cat

$ cat a 1 a 2 A $ cat b 1 b 2 B $ join a b 1 a b 2 A B

Your code would return:

1 a 2 A 1 b 2 B

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found