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

Re: Compare 2 CSV files and create a new CSV file out of comparision

by CountZero (Bishop)
on Jul 02, 2012 at 19:51 UTC ( [id://979525]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Data::Dump qw/dump/;
    use DBI;
    ...
    my $result = $dbh->selectall_arrayref($query);
    
    print dump($result);
    
  2. or download this
    [
      ["vm1", "fd1", "1.1.1.1", "fd4"],
      ["vm2", "fd2", "1.1.1.2", "fd3"],
      ["vm3", "fd3", "1.1.1.3", "fd2"],
      ["vm4", "fd4", "1.1.1.4", "fd1"],
    ]
    

Log In?
Username:
Password:

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

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

    No recent polls found