Help for this page

Select Code to Download


  1. or download this
    my $i = 0;
    while ($i < @array) {
      if (REMOVE) { splice @array, $i, 1 }
      else { ++$i }
    }