# New Ticket Created by Ron Schmidt # Please include the string: [perl #112680] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112680 >
The program below prints the error output after during: and it usually shouldn't. my $x = qqx[ nonesuch ]; print "before\nduring: $x\nafter\n"; See also on IRC http://irclog.perlgeek.de/perl6/2012-04-29#i_5514465
