A slice accesses several elements of a list, an array, or a hash simultaneously using a list of subscripts #### my @subset = @route[0..9];