-e File exists.
是否存在目录?因为我没有在http://perldoc.perl.org/functions/-X.html上看到它
或者什么是测试它的最佳方法?
next unless (-e $dir . "/dirname"); -e only for file so doesnt work
我试图避免opendir and grep
寻找目录名,因为它似乎有点矫枉过正。
更新的问题:
perl concat $dir 。执行 -e 或 -d 检查之前的“/dirname”?