my $input = $mw->Entry (-text => "",)->form; $input->focus; $input->bind('', \&enter); #### sub enter{ ...... ..... $input->delete(0,'end'); }