Oreilly is the way to go here:
Matering Perl/Tk
I love all their books. My only complaint though, is I hate building GUI's manually! Its way too much code, and takes forever. I'd like to know if you have a Visual GUI designer that you use for Perl/Tk. I have tried Activestate's Komodo 3.0, but I don't like it. Since I program mostly in windows(I know, Iknow) I have actually taken to .Net. I got the Perl Dev kit and visual Perl from ActiveState and using C#,Visual Studio, and a book called Programming PERL in the .Net Environment by Yevgeny Menaker & company I have been having a blast.
Since everything is an object in .Net I simply draw a GUI ina C# project and make it inheritable. Then using the specialized PerlNet syntax I create a Perl object and code all of the methods,properties and event handlers in PERL! Its great. Of course this does not make for crossplatform code, but it does work, and works quite well for what I need.
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.