Are there any directory comparison tools written in Perl?
I am currently using dircmp on Solaris, but this does not compare the uid, gid, size, and permissions.
I would like to be able to compare checksums, uid, gid, size, and permissions recursively between two directories. Are there any Perl or Unix tools that currently do this? Thanks!