in reply to recursing problem

-d "$dirtoget/$f" is never true. The rest of the program works.

Replies are listed 'Best First'.
Re^2: recursing problem
by stevieb (Canon) on Apr 20, 2012 at 11:34 UTC

    That's interesting, because on my machine, not only does the expression result to true when it should, but the code fails to recurse into anything further than a second level deep directory structure whether I change the -d line or not. (This before and after applying warnings and strict.