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


I am not sure how much * is supposed  to DWIM

>  < 1 2 3 >.map: * ~ 2
12 22 32
>  < 1 2 3 >.map: 2 ~ * ~ 2
No candidates found to invoke
>
> (*+1)(1)
2
>
> (*+*)(1,2)
3
> (*+*+*)(1,2,3)
Too many positional parameters passed; got 3 but expected 1
>
-- 
cognominal stef

Reply via email to