# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127867] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127867 >
Let's pass null byte! Command: perl6 -M $'\0' -e 'say 42' Result: ===SORRY!=== Cannot iterate object with P6opaque representation Let's pass backspace! Command: perl6 -M $'\b\b\b\b' -e 'say 42' Result: ===SORRY!=== Could not f in: /home/alex/.perl6/2015.12-344-gbc4c6df /home/alex/.rakudobrew/moar-nom/install/share/perl6/site /home/alex/.rakudobrew/moar-nom/install/share/perl6/vendor /home/alex/.rakudobrew/moar-nom/install/share/perl6 CompUnit::Repository::AbsolutePath<-157280344> CompUnit::Repository::NQP<-157281880> CompUnit::Repository::Perl5<-157283320> (Notice “Could not f in:”) Let's pass newlines! Command: perl6 -M $'\n\n\n\n' -e 'say 42' Result: ===SORRY!=== Could not find in: /home/alex/.perl6/2015.12-344-gbc4c6df /home/alex/.rakudobrew/moar-nom/install/share/perl6/site /home/alex/.rakudobrew/moar-nom/install/share/perl6/vendor /home/alex/.rakudobrew/moar-nom/install/share/perl6 CompUnit::Repository::AbsolutePath<-156760152> CompUnit::Repository::NQP<-156761688> CompUnit::Repository::Perl5<-156763128> What the hell am I doing? Dunno, but it could handle these things more gracefully.