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


in reply to Re^7: convert a single thread application to multithread with GUI
in thread convert a single thread application to multithread with GUI

nice, but where to find suchs tuff like delete and co ?
i checked the Tk docs and they are really basic.
is there somewhere a good site for more detailed Tk docs and maybe some examples ?

kd ultibuzz

  • Comment on Re^8: convert a single thread application to multithread with GUI

Replies are listed 'Best First'.
Re^9: convert a single thread application to multithread with GUI
by zentara (Archbishop) on Jul 12, 2007 at 16:13 UTC
    The book "Mastering Perl/Tk" is the best learning guide out there. Once you plow through that, you can search groups.google.com for snippets that have been posted before. Search for example: "Perl/Tk Text limit lines"

    There is a tagline for one of the monks here, that goes something like: "99% of the code needed has already been written"...... you just need to search google and groups.google to find it.

    I always do a groups.google.com search whenever I have a question about code or syntax..... I almost always find the answer. You will see the code I posted( original by Marc Dashevsky, in comp.lang.perl.tk )


    I'm not really a human, but I play one on earth. Cogito ergo sum a bum

      great tipp,
      i have learning perl/Tk and mastering Perl/tk at work,
      but i didn't look into mastering yet im still in the learning Book ;)

      kd ultibuzz