in reply to Strange construct
The itemconfigure() method is documented in Tk::Canvas (see the WIDGET METHODS section).
You'll also find it in the book Mastering Perl/Tk (see Chapter 9: The Canvas Widget).
-- Ken