my $arrayref = getArrayref(); # this sometimes returned undef foreach my $value (@$arrayref) { ... }