in reply to Re^2: Count folder/files in directory
in thread Count folder/files in directory

File::Find::find will only process a "." directory if that is the directory you are starting at (it also processes "." if you start at ".."). If you don't want to count the directory(s) you start from, I think the easiest thing is just to subtract the number of starting directories from the directory count.