Y
Hacker News
new
|
ask
|
show
|
jobs
by
sacomo
2742 days ago
Here is a slight modification that takes advantage of the hyper operator >> (ยป):
@numbers.grep(* > 10 && * % 2)>>.&work;
https://docs.perl6.org/language/operators#index-entry-hyper_...