Help for this page
#!/usr/bin/perl use warnings; ... $text->bind('<FocusOut>', sub { $mw->bind('<s>', \&stop) }); MainLoop();