Gordon
Gordon

Reputation: 1651

how to compare two multilevels hashes in perl

I would like to compare two complex hash structures. In the end, I would like to create an excel report detailing the differences.

Any existing coding that does this?

regards, Gordon

Upvotes: 0

Views: 416

Answers (1)

w.k
w.k

Reputation: 8376

Data::Compare is your friend. And Spreadsheet::WriteExcel for report

Upvotes: 3

Related Questions