Help for this page
for my $tag ($canvas->find(...)) { my @coords = $canvas->coords($tag); # do something with @coords }