in reply to Re^4: Failed array attempin thread Failed array attemp
There's this, but it's straying into seriously unreadable territory:
push @z, (grep { my $x = $_; grep { $x == $_ } @y } @x) ? 'y' : 'n'; [download]