in reply to Re^3: Perl stricter than my OS regarding file/dir names
in thread Perl stricter than my OS regarding file/dir names
I see no special output if the tested for file doesn't exist. It just silently fails.user@host:/home # perl -w print "OK" if -d 'I_swear_this_file_aint_here'; print "See, I told you.\n" <CTRL+D> See, I told you. user@host:/home
|
|---|