Help for this page
Select Code to Download
Select
or
download this
push @ary, "foo" unless grep { "foo" } @ary;
Select
or
download this
push @ary, "foo" if 0 == @ary;