Help for this page
$canv->bind(...);
#!/usr/bin/env perl ... $canv->Tk::bind('<Button-3>', sub { scroll_off() }); MainLoop;