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


in reply to Traversing directories recursively

Works for me. I would repeat the usual steps to ease the pain of finding what's not working,
use warnings as well as strict, use File::Find module instead of writing your own recursion, and some other perlisms.

Software speaks with tongues of man; I debug, therefore I code.