Help for this page

Select Code to Download


  1. or download this
    push @ary, "foo" unless grep { "foo" } @ary;
    
  2. or download this
    push @ary, "foo" if 0 == @ary;