Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: comparing arrays

by ambrus (Abbot)
on Sep 21, 2004 at 17:26 UTC ( [id://392720]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    join <(sort -b file1) <(sort -b file2)
    
  2. or download this
    use warnings; use strict;
    use Quantum::Superpositions; 
    ...
        while(<$m>) { $_=~/(\S+)/ and $1==$s and print; }; 
    }
    __END__
    

Log In?
Username:
Password:

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

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

    No recent polls found