{ use Tk; #needed for "Ev" defines next code line $retval = $main_win -> bind('' => [\&handle_key, $s, Ev('A'), Ev('K')]); }