Help for this page

Select Code to Download


  1. or download this
    my ($pos) = grep { ... } 0..$#array;
    
  2. or download this
    push(@array, splice(@array, $pos, 1))