yosefm has asked for the wisdom of the Perl Monks concerning the following question:
Hi, all.
I've been tinkering with TCL lately, and I found that besides the horrible ugliness of that language, a simple 3 button program in Tk takes forever to load. I never tried any GUI Programming in perl so I don't know if I can improve the timing by just moving the code to Perl/Tk or Perl/Gtk or something. Any thoughts?
Thanks.
My public keyperl -e'$b=unpack"b*",pack"H*","59dfce2d6b1664d3b26cd9969503";\ for(;$a<length$b;$a+=9){print+pack"b8",substr$b,$a,8;}'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tcl/Tk vs. Perl/Tk
by kvale (Monsignor) on Apr 01, 2004 at 20:52 UTC | |
|
Re: Tcl/Tk vs. Perl/Tk
by graff (Chancellor) on Apr 02, 2004 at 04:25 UTC | |
|
Re: Tcl/Tk vs. Perl/Tk
by zentara (Cardinal) on Apr 02, 2004 at 15:21 UTC |