Before I dive into reinventing the wheel, does anyone know of an existing perl module which will help me:
1. Take a date range and a list of files which were created within that date range (inclusively).
2.Calculate and print the diffences between file 1 and file 2, file 1 and file 3, file 1 and file 4, etc. Basically, I'm looking for certain changes that took place withing a given time period.
The only thing close is Algorithm::Diff, but that doesn't seem to be relevant.
In reply to Super Diff?
by Tuna