Help for this page

Select Code to Download


  1. or download this
    my @invslice = @array;
    @invslice[ @slice_idx ] = ();
    @invslice = grep defined, @invslice;