my @y = foo() or die "Kein Array bekommen!"; sub foo{ return undef; }