# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126631] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126631 >
Code: fail; say 'hello' Or this code: …; say 'hello' Result: no output Which was noticed when I did this accidentally: my @a = 1, 2 …… *; say 'hello'; <TimToady> shouldn't be throwing that away Yeah, perhaps.