in reply to Disabling the mousecursor
Excerpt from the perl Tk FAQ:
$mw->configure(-cursor => ['@' . Tk->findINC('demos/images/cursor.xbm'), Tk->findINC('demos/images/cursor.mask'), 'red', 'green']); [download]