Help for this page
for (@array) { push @newarray, expr; }
for (@array) { push @newaray, $_ if expr; }