in reply to RE: Splicing an array.in thread Splicing an array.
my @splice_array = (2, 3..7); print @array[@splice_array]; [download]