in reply to Bind mishandles arguments

If you want the same behaviour, you can call
$mw->bind('<Key-Down>' => sub { $test_but->invoke } );
instead.

Replies are listed 'Best First'.
Re^2: Bind mishandles arguments
by Anonymous Monk on May 31, 2011 at 21:46 UTC
    Thank you!