-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
やり過ぎのように見えるので、dirnameを見つけることを避けようとしています。
更新された質問:
perl concat $dir を行います。-e または -d チェックを行う前に「/dirname」?