print @array[2,3..7]; #### my $splice_str = '2,3..7'; print @array[$splice_str];