my $datei = 'd:\web\beatrice.herrmann\dreamworld.cd\htdocs\jemand\cgi-bin\test.txt'; if(-e $datei){ print "Your file exists"; } else{ print "Your file doesn't exist"; }