Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Should I use Perl/TK?

by zentara (Archbishop)
on May 10, 2012 at 10:54 UTC ( [id://969788]=note: print w/replies, xml ) Need Help??


in reply to Should I use Perl/TK?

Is Perl/TK the way way to go about this....Perl/TK is outdated....use tkx?.... where are the tutorials?

GUI toolkits come and GUI toolkits go, but Tk is still standing strong because of it's ease, wide user base to help answer questions, and documentation. The documentation available for Tk is better than for any other toolkit out there. Try Tk Tutorial and uwinnipeg Tk tutorial, and if you really want to become expert, see the Tk bible at Mastering Perl/Tk. You will not find better documentation for any other GUI toolkit.

There are other GUI toolkits out there, namely gtk2-perl and WxPerl. They are state of the art, and evolving so fast it's hard to keep track. Needless to say, they are harder to use and understand the code.

Finally, the Tk userbase is so big and experienced, that you will have little trouble getting help with problems as you learn.

So yes, use Tk;. At the very least, it will help you quickly learn and get a GUI up and running. Then, if you want to move to the more advanced toolkits, you will already have a headstart on what is going on with things like the eventloop and packing. I pretty much can guarantee that once you learn Tk, you will find yourself using it, even if you know the other GUI toolkits, because of it's simplicity and ease of use.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: Should I use Perl/TK?
by Sinistral (Monsignor) on May 10, 2012 at 14:04 UTC

    One more tutorial...

    I'll just add that since you're talking about different OS platforms (and wouldn't mind seeing different programming languages), the TkDocs - Tk Tutorial (which is not the same as zentara's Tk Tutorial) is fantastic.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://969788]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 02:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found