Hi.
I'm new to PerlTk.
What I'm trying to achieve is getting the message "oval was pressed" even when I press the rectangle.
Below there a simplified version of the code.
require v5.8.5;
use Tk;
my $window = MainWindow->new;
my $drawing = $window->Canvas(-width => 400, -height => 300...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.