Help for this page
Select Code to Download
Select
or
download this
@y = map { condition($_) ? $_ : () } @x;
Select
or
download this
@y = grep { condition($_) } @x;