Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Merging Two CSV files Based on Two Columns

by Tux (Canon)
on Sep 08, 2012 at 06:59 UTC ( [id://992441]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use text::CSV_XS;
    
    ...
    
    # inside the for/while loop
        $csv->print ($fh, [ $usename, $oldvalue, $newvalue ]);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-19 02:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found