my @splice_array = (2, 3..7); print @array[@splice_array]; #### my $splice_str = "2,3..7"; print @array[eval $splice_str];