in reply to Accessing multiple array index
This is the syntax for an array slice:
print @route[0..9]; [download]