Help for this page

Select Code to Download


  1. or download this
    @array = grep !/\D/, @array;
    
  2. or download this
    my $i;
    @array = grep ++$i%2, @array;