tokuhirom
11/4/2009 - 3:05 AM

thread-with-perlio-encoding.pl

# This code makes SIGTRAP
use threads;
binmode STDOUT, ":encoding(utf8)";
async { print "x" }->join;
exit 0;