my @newArray; foreach my $element ( @array ) { push $element, @newArray if $element; }