# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #101440] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=101440 >
<masak> nom: my $c; my $name; BEGIN { $c = { say "OH HAI $name" } }; $name = "masak"; $c() <p6eval> nom ea25f3: OUTPUT«Use of uninitialized value in string contextOH HAI » <masak> I'd expect the above to say "OH HAI masak". <masak> are my expectations too high? :) <jnthn> masak: Seems reasonableish... :) * masak submits rakudobug