Help for this page

Select Code to Download


  1. or download this
    @array = grep !/$bad_ip/, @array;
    
  2. or download this
    splice @array, $index, 1;