Help for this page
#!/usr/bin/perl use warnings; ... $mw->bind('<Control-c>', sub { $mw->afterCancel($repeat) }); MainLoop();