in reply to perl/tk resources for beginners
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.
|
|---|