Help for this page
my @sliceRefs = \@array[4, 5, 9];
my @array = (1 .. 10); my @sliceRefs = \@array[4, 5, 9]; ${$sliceRefs[2]} = -10; print "@array";