# New Ticket Created by  "Mark J. Reed" 
# Please include the string:  [perl #76758]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76758 >


> say [+](2..7),8,9
44

That should produce the same thing as this:

> say ([+]2..7),8,9
2789

Functional notation works for named functions, just not for meta-operators.

-- 
Mark J. Reed <markjr...@gmail.com>

Reply via email to