# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132205] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132205 >
<AlexDaniel> m: say “\0” ~~ /<[\0]>/ <camelia> rakudo-moar fcbd8a: OUTPUT: «「␀」» <AlexDaniel> … did it just print a null byte? <gfldex> yes For example, dd is smart enough to print “\0”. I think it's a bad idea to spew out a null byte so easily. But maybe not? What do you think?