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;
use Tk::ColorEditor;

$mw = MainWindow->new;
$cref = $mw->ColorEditor(
    '-title' => 'ƒ\',
    '-cursor' => 'hand2',
);
$cref->Show;
MainLoop;