Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1my @active = grep { $_->{active} } @users;
2my @emails = map { $_->{email} } @active;
3print join(", ", @emails), "\n";
Keep going