in reply to Re: diffy
in thread diffy

Except that his getFiles recurses deeply into subdirectory structures (because he uses the Unix find command) and yours doesn't (it doesn't do subdirectories of the given directory). That's why I suggested he use File::Find.