http://www.perlmonks.org?node_id=380764


in reply to Re^4: Specializing Functions with Currying
in thread Specializing Functions with Currying

Of course, that's just asking for it.

my $biup = compose map curry( \&wrap_with_html, $_ ), qw( p u i b );

Now that actually looks like a construct you're likely to see in some flavour of functional programming language.

Makeshifts last the longest.