Y
Hacker News
new
|
ask
|
show
|
jobs
by
mfontani
3393 days ago
my @validated = grep { is_validated($_) } @items;
I'd argue the Perl version is clearer... assuming you know its syntax, that is.