# New Ticket Created by Paweł Pabian # Please include the string: [perl #77620] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77620 >
$ perl6 -e '*%X; say "alive"' alive $ perl6 -e '*%x; say "alive"' alive [18:10] <bbkr> std: *%x [18:10] <p6eval> std 32123: OUTPUT«[31m===[0mSORRY![31m===[0mUndeclared routine: 'x' used at line 1Check failedFAILED 00:01 116m» [18:10] <bbkr> std: *%X [18:10] <p6eval> std 32123: OUTPUT«[31m===[0mSORRY