Help for this page
Select Code to Download
Select
or
download this
@array = grep !/\D/, @array;
Select
or
download this
my $i; @array = grep ++$i%2, @array;