[Perl-unix-users] (no subject)
Hi All, Please help me! Why doesn't the counter label count in real time in my Tcl/tk Perl script, though I configure the '$counter' label at all changes of the "$i" variable. Thanks: R. Beci #!/usr/bin/perl -w use strict;use Tk;$|=1; # Create main windowmy $main = Main
[Perl-unix-users] (no subject)
[EMAIL PROTECTED]