Help for this page
# You can get the coordinates of the upper-left corner of a widget by # using the x and y methods. ... # for a mouse pointer my ($x, $y) = $mw->pointerxy;
#!/usr/bin/perl use warnings; ...