Help for this page
use strict; use warnings; use Tk; ... $d->add('Text')->pack; $d->bind('<Return>',''); $d->Show;