The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use CGI;
binmode STDOUT, ":utf8";
print CGI::header("text/html;charset=utf-8"), chr(4343), "\n";