hey monks--
I have a java program that compares files of the same name with different extensions (ie pdf, html). If the html is 'older' than the corresponding pdf I would like to print those html files (perhaps in their own array). I would like to do this in perl. I am just learning, great fun! Is there a way that can traverse a directory (and sub-directories) to do this? Thanks for your help!