# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76956] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76956 >
<PerlJam> patch: $^vars are for self-declared parameters, so ... yes <moritz_> only in blocks without a signature <moritz_> (there are probably other valid places, that's just the first I could think of ) <masak> moritz_: does the outermost block count as a block without a signature? <masak> rakudo: say $^a <p6eval> rakudo 0a8ef0: OUTPUT«Lexical '$a' not found [...] <moritz_> masak: I hope not <masak> std: say $^a <p6eval> std 31896: OUTPUT«[...] SORRY! [...] Placeholder variable $^a may not be used outside of a block [...] * masak submits LTA rakudobug