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

Re: comparing columns using regular expression

by JavaFan (Canon)
on Jan 19, 2011 at 10:02 UTC ( [id://883077]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Box of Joe     CA12DE    12345
    
  2. or download this
    chomp(my @file2 = <F2>);
    while (<F1>) {
        print unless @file2 ~~ (split /\t/)[1];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-24 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found