in reply to Newbie: parentheses, map, etc.

For functions that modify $_ rather than return the transformed value, there's Filter in Algorithm::Loops and apply in List::MoreUtils. IIRC, both functions are identical. Unfortunately, neither module is Core.