As much as I love Perl and tend to use it for just about everything, making graphical desktop applications is not widely regarded as one of its strengths and I do not believe that
Learning Perl goes into GUI programming at all. I do have a separate book (also from O'Reilly),
Learning Perl/Tk on that topic, but, while I have read the book, I have not done enough with Tk programming to have any real sense of how good the book's information may be.
If, however, you're interested in making web-based applications, Perl is an excellent choice. The last chapter of Learning Perl covers CGI programming, which is the fundamental method of creating web-based applications in Perl, and there are many other books (as well as tutorials here on perlmonks) covering CGI for once you're comfortable with the basics of the language.
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.