The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Sjis 0.64;
use Tk;
@font = ('-font' => ['‚l‚r@‚oƒSƒVƒbƒN', 12, 'normal']);

$mw = MainWindow->new;
$text = $mw->Text(@font)->pack;

while(<DATA>){
    $text->insert('end', $_);
}

MainLoop;

__END__
ƒ\
•\
‚¨‚í‚è