Help for this page
@results = before { $_ == $target} @list;
@results = map { transform($_) } before {$_ == $target} @list;