if (-e "$path\\$tiffFile"){ my $x = $image->Read("$path\\$tiffFile"); die("Image cannot be loaded, tried $path\\$tiffFile") unless("$x"); }