my $bool; BEGIN{ eval "use NonExistantPackage;"; $bool = 1 unless $@; } print "Modul nicht installiert" unless $bool;