in perl tk how to bind the addition (+) sign?

in perl tk how do i bind the addition sign?
my code:
$mw->bind("<Key-+>" => \&button);

it doesn't work.
i also tried <Key-Plus>, <Plus>, <Button-Plus> and some other phrases
what is the correct phrase?
 
Back
Top