Help for this page

Select Code to Download


  1. or download this
    any{$x == $_ } @y ? push(@z, "y") : push(@z, "n");
    
  2. or download this
    push @z, any {$x == $_ } @y ? "y" : "n";