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
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.