http://www.perlmonks.org?node_id=551979


in reply to Break event chain in Tk::Canvas

'perldoc Tk::bind', read "MULTIPLE MATCHES", use Tk->break

update: I missed that you already have ->break. Its better if you bind only 1 callback, and do your own checking to see if you've hit an existing point.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.