Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Perl is powerful. The hardest part of learning of it's powers is starting off, or "Laying Your Foundations". But after that, you can learn Perl's true power, and Begin Your Skyscraper.

MY TIPS TO LEARNING PERL (SECOND)

1) Learn references. References are an extremely powerful tool in Perl. To learn more about references, see perlreftut and perlref in the Perldocs.

2) Perl/Tk. Possibly the most widely known GUI for Perl, this is a very useful tool. It makes Perl fun(ner)! To learn Perl/TK, I would refer you to the book Learning Perl/Tk and then Mastering Perl/Tk. I will also refer you to my tutorial.

3) Keep practicing. Reading a book teaches you to program Perl, but practicing makes you a Perl Programmer.

4) Read the source code for Perl Modules. This is a GREAT way to learn. By reading the source code, you are looking at all of the features of the module, and how far it can really go. 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).

5) Look through all of the programs you have written so far. See what you can fix, what you can do better, and what you did better before (hopefully you excelled and have not gotten worse).

6) 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.

--perl.j

In reply to Begin Your Skyscraper by perl.j

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 14:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found