I have been googling about element-wise operations on arrays and all that I found was that it's a subject of debate if/how it should be introduced in Perl 6.
Do you know better? Is it available in Perl 5.8.8 directly (built-in) or indirectly (module or snippet)? Supposing that I code it myself, do you recommend me to just do it as a set of functions accepting arrays/scalars as arguments or as an overload of operators?