Help for this page
map { $_ ? $_ : () }
map { if (is_true($_)) { ... (); } }
map { length($_) ? $_ : () }
grep { length($_) }