Thanks for your prompt response.
Following example hangs as I have described.
Written in Wish8.4 or 8.5 it works perfectly.
use Tcl::Tk;
my $int = new Tcl::Tk;
$int->Eval(<<'EOS');
entry .e
button .inc -text {increment by Perl}
pack .e .inc
EOS
$int->MainLoop;
——————
I have not found Tcl/Tk list at The Perl Mailing List Database (lists.cpan.org).
All I have found is a Usenet group perl.tcltk at nntp.perl.org (last record 10/10/2005). Should I use that one?
Pavel