Help for this page
A slice accesses several elements of a list, an array, or a hash simul +taneously using a list of subscripts
my @subset = @route[0..9];