http://qs321.pair.com?node_id=1159485


in reply to Re: Re: Removing empty string elements from an Array
in thread Removing empty string elements from an Array

Forgive a noob, but shouldn't
push $element, @newArray
be
push @newArray, $element