http://www.perlmonks.org?node_id=341774

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.


perl -e'$b=unpack"b*",pack"H*","59dfce2d6b1664d3b26cd9969503";\ for(;$a<length$b;$a+=9){print+pack"b8",substr$b,$a,8;}'
My public key