in reply to print part of an array

yes, much like what chromatic said, @array[4..$#array] will return a list of all the values from index 4 to the end.
                - Ant