Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

perl/tk resources for beginners

by Anonymous Monk
on Oct 26, 2004 at 04:32 UTC ( [id://402456]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

Im beginning to learn perl tk. Can u suggest the useful links for beginners?

Also, tell me the order of learning the resources. As im just beginning, i find O'reilley's books on perl/tk to be quite extensive and hard to keep track of.
Any suggestion would be of help to me!
Thanx in advance
-A PERL_TK BEGINNER

Replies are listed 'Best First'.
Re: perl/tk resources for beginners
by teabag (Pilgrim) on Oct 26, 2004 at 13:54 UTC
Re: perl/tk resources for beginners
by tachyon (Chancellor) on Oct 26, 2004 at 06:01 UTC

    Tk comes with a program called widget. This gives you example code for widgets that do all sorts of stuff. You can have a play and view source.

Re: perl/tk resources for beginners
by si_lence (Deacon) on Oct 26, 2004 at 07:31 UTC
    Hi,

    I found this quite useful when I first looked at Tk.
    Depending on your background it might be to superficial or to short.
    The Mastering Perl/Tk got me a lot of very good
    information and I do think it's worth the money

    hth si_lence
Re: perl/tk resources for beginners
by zentara (Archbishop) on Oct 26, 2004 at 14:27 UTC
    Hi, your best bet to learning is just to start writing simple programs, and hack your way through the "underbrush". I always go to the website groups.google.com which has alot of code examples just for the asking.

    For example if you want to know about a tabbed notebook, go to groups.google and search for "perl Tk notebook". You will get alot of code samples to get you going. Do you want to know how to use a button? Type in "perl Tk button".

    There are some fine points which only come with experience, (and repeatedly making the same mistake)...like how to make proper callbacks, reusing widgets to avoid memory increases, and packing widgets well(use alot of frames :-) ). But you don't learn until you jump in and start. Also if you go to safari, you can download an html copy of Mastering Perl/Tk so you can cut'n'paste and run code as you learn. Thats a good book.


    I'm not really a human, but I play one on earth. flash japh
Re: perl/tk resources for beginners
by Tii (Monk) on Oct 26, 2004 at 13:46 UTC
    This node is a great place to get started learning Perl/Tk.
    Tii
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 01:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found