my $entry= $pop->Entry(-textvariable => \$text,-width => "70")->pack(); $entry->bind("", sub { &check($text) });