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


> my @a=<1 2 3>; @a>>.map: ( '(' ~ $^a ~ ')' )
Lexical '$a' not found
> my @a=<1 2 3>; @a>>.map: { '(' ~ $^a ~ ')' }  # correct program btw
(1) (2) (3)
>

-- 
cognominal stef

Reply via email to