Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Please let me know what I should learn in Perl, besides the fundamentals in Learning Perl and Perl Cookbook.

To make some bullet-points about "what to learn" I would start with this list:

  • Also read (cover to cover) Programming Perl - it is the definitive guide to the language itself.
  • REGULAR EXPRESSIONS!!!
  • Learn how to install CPAN modules
  • Learn how to write CPAN modules
  • Unit Testing
  • object-oriented design
    • encapsulation
    • polymorphism
    • inheritance
    • abstraction
  • Linux - the basics
    • ls
    • ps
    • top
    • grep
    • find
  • Database programming and design
    • SQL
    • 3rd normalized form
  • Network Programming Basics
    • difference between TCP and UDP
    • difference between a socket and a filehandle
  • multi-threaded programming
    • difference between processes and threads
    • know when to use threads vs forks
    • understand how to distribute workload in a way that gets the job done as quickly as possible
  • event-based programming
    • callbacks
    • events
    • publish/subscribe pattern (aka the "observer" pattern)

It would also be worth familiarizing yourself with what are known as "Design Patterns" since knowing them will help you articulate (in code) what you are trying to accomplish.


In reply to Re: What are the business needs from Perl by jdrago_999
in thread What are the business needs from Perl by Anonymous Monk

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



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.
  • 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 goofing around in the Monastery: (3)
    As of 2025-06-18 18:29 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found

      Notices?
      erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.