in reply to File Check, Not.
unless( -e $file ) { # something good } else { # something bad } [download]