Help for this page

Select Code to Download


  1. or download this
    @y = map { condition($_) ? $_ : () } @x;
    
  2. or download this
    @y = grep { condition($_) } @x;