in reply to manipulating arrays

@testListArray = grep {length} @testListArray;

will run through the array and generate a new copy of the array omitting empty elements.


DWIM is Perl's answer to Gödel