$check_switch_i->bind('', \&button_run('now')); #### $check_switch_i->bind('', \(&button_run('now'))); #### $check_switch_i->bind('', [ \&button_run, 'now' ]);