http://www.perlmonks.org?node_id=1063446


in reply to Can File:Find be used to find empty dirs?

I would recommend checking out File::Find::Rule, which includes the ability to easily check if the "file" is a directory and if it is empty.

  • Comment on Re: Can File:Find be used to find empty dirs?