Help for this page

Select Code to Download


  1. or download this
    splice(@array, 0, 8);
    
  2. or download this
    @array[0..8];
    
  3. or download this
    foreach $item (@array[1..6]) {
       $item =~ s/\.//g;
    }