my $e = $mw->Entry( -validate => 'key', -validatecommand => sub {$_[1] =~ /[perl\/Tk]/i}, -invalidcommand => sub {$mw->bell}, )->pack;