Hi All,
I'm a beginner in perl. I'm using package find::file to traverse across directories and i need some help on how to filter directories. My requirement is to find certain files with same extension(e.g .pl) that might be present in different directories. So I want to filter out the directories based on the presence of the files that i'm searching for. Any sample code to do this will be of great help.