[ create a new paste ] login | about

Link: http://codepad.org/OZWQTDsR    [ raw code | output | fork ]

Perl, pasted on Sep 30:
1
2
$str = "\Uhello, world!";
print "$str";


Output:
1
HELLO, WORLD!


Create a new paste based on this one


Comments: