- or download this
use Tk;
...
print STDERR "time=".($t1-$t0)."\n";
MainLoop;
- or download this
use Tcl::Tk qw(:perlTk);
...
print STDERR "time=".($t1-$t0)."\n";
MainLoop;
- or download this
use Tcl::Tk qw(:perlTk);
...
print STDERR "time=".($t1-$t0)."\n";
MainLoop;