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";
+ 29 more — keep typing to narrow
Keep going