Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Merging Two CSV files Based on Two Columns

by philiprbrenan (Monk)
on Sep 07, 2012 at 22:10 UTC ( [id://992390]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    
    say "$_, ", ($f1{$_}//'undefined'), ", ", ($f2{$_}//'undefined') for s
    +ort keys %names;
    
  2. or download this
    2010-nhw-es-ea-285, 2012-10-10, undefined
    aab.external.audit.-.bvr.verif.externes, 2012-02-22, undefined
    ...
    abdullah.hassen, undefined, HEALTH PRODUCTS AND FOOD BRANCH 
    abdullah.patel, undefined, REGIONS AND PROGRAMS BRANCH
    abdullahi.sheikh, 2012-02-28, undefined
    

Log In?
Username:
Password:

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

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

    No recent polls found