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

Re: find common data in multiple files

by tybalt89 (Monsignor)
on Dec 28, 2017 at 14:34 UTC ( [id://1206325]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    %all = map{$_, $_} grep defined, @all{do{local @ARGV = $_; <>}} for @A
    +RGV;
    
    print sort keys %all;
    
  2. or download this
    ID121 ABC14
    ID122 EFG87
    ID157 TSR11
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found