Help for this page
my @a = (0,1,2,3); ... print "\@b exists\n" if @b; print "@b is not Empty\n" if grep {defined($_)} @b;