# New Ticket Created by Larry Wall # Please include the string: [perl #126413] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126413 >
This works:
> p6 'given 10 { say (* + $_)(32) }'
42
but this doesn't:
> p6 'say (* + $_)(32) given 10'
Use of uninitialized value of type Any in numeric context in whatevercode
at -e:1
32
