#1 degree in rads is pi divided by 180 = .01745 $mw->bind('',sub{ &rotate(.01745) }); $mw->bind('',sub{ &rotate(-.01745) }); $mw->bind('',sub{ &power(10) }); $mw->bind('',sub{ &power(-10) }); $mw->bind('', sub{ &fire} );