in reply to Begin Your Skyscraper
Perl/Tk. Possibly the most widely known GUI for PerlReally? And you know this because the number of Perl/Tk questions outnumber the number of web questions asked on Perlmonks? I think nowadays there's only one GUI that dominates the Perl world, and it's HTML/CSS/javascript.
Even better, read the source code for Perl itself (although that may be really hard if you don't know C since Perl is partially written in C).Muhahaha. You're right that Perl is only partially written in C, it's mostly written in C-preprocessor macros. But reading the perl source code to make you a better Perl programmer is like saying that reading the DNA sequence of roses makes you a better gardener.
By reading the source code, you are looking at all of the features of the module, and how far it can really goReally? How does that work? Most modules could "go" much further than they are going, but how do you determine how far it could "go"?
Finally, keep up with Perl. I know it may be kind of hard, but it can help you use all that Perl has to offer. Also, make sure your Perl version is up to date (or at least almost up to date) so that everything is compatible.I doubt so. Tell me, which language features did 5.12 and 5.14 introduce that makes one a much better programmer? Heck, one could even ask that about 5.8 and 5.10. Surely you aren't thinking that using (*MARK) inside a regexp, or smart matching makes you a better programmer?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Begin Your Skyscraper
by hardburn (Abbot) on Aug 11, 2011 at 14:01 UTC | |
by JavaFan (Canon) on Aug 11, 2011 at 17:36 UTC | |
by chromatic (Archbishop) on Aug 11, 2011 at 19:14 UTC | |
|
Re^2: Begin Your Skyscraper
by Anonymous Monk on Aug 11, 2011 at 22:22 UTC | |
by jdporter (Paladin) on Oct 12, 2011 at 13:15 UTC | |
|
Re^2: Begin Your Skyscraper
by emilbarton (Scribe) on Aug 12, 2011 at 16:09 UTC |