my @array = (0, 1, 2, 3, 4, 5); my @temp = @array[1..3]; #### my @nationalities = @nationality_of{'Ovid', 'Tennyson'};