in reply to true from (-e "") on Windoze
$file = '""'; if ( -e $file && -f $file ) { print "Yes\n"; } else { print "No\n"; } [download]