in reply to Re: Finding Redundant Files
in thread Finding Redundant Files
Again, as you stated each key in the secondary level hash would be an array reference to a list of matching files. The difference here is that you will also get a list of duplicate file names in different directories that may not be the same song. This can cause problems when you try to merge the directories. I would suggest the following modules:my %mp3 = ( byname => {}; bymd5 => {}; );
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Finding Redundant Files
by waswas-fng (Curate) on Feb 06, 2004 at 23:29 UTC |