Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Perl Skills

by biohisham (Priest)
on Jun 16, 2010 at 19:16 UTC ( [id://845090]=note: print w/replies, xml ) Need Help??


in reply to Perl Skills

Congrats, best of luck, I do believe however that what comes quickly would go quickly, so have a short term strategy and aim for a bigger goal in the long run too, like maybe you can start to quickly bag up all the important basic pillars for the language and then solidification of the knowledge you thus reaped becomes an accumulated function of time.. The Monastery is the best place to inspect for real life problems and interactivity of different approaches of different weights to tackling a given issue at hand.

Since you have few weeks at hand and it is not immediately clear how your current programming competency level is, a general advice would be to focus on distributing the following concepts on the weeks you have...

  • Essential Perl (Overview), scalar variables, lists, arrays, hashes.
  • Operators and Precedence, Conditionals and Looping statements.
  • Regular Expressions.
  • Subroutines.
  • Formats and String Handling.
After having felt pretty comfortable around this part go the extra mile and hit the following, which more or less require good understanding of the above areas....
  • References.
  • File handling.
  • Data structures.
  • OOP (Packages and Modules).
  • Standard core modules and Modules installation.
While this is not a strict roadmap but from here forward you can pick more advanced topics relatively easier and quicker...

The best place for Perl documentation is http://perldoc.perl.org/index.html, since it has FAQs, Tutorials, as well as documentations for various modules too all in one central place...

Best of luck and remember practice makes perfect and keep hanging around the monastery...


Excellence is an Endeavor of Persistence. A Year-Old Monk :D .

Replies are listed 'Best First'.
Re^2: Perl Skills
by lemontr2 (Initiate) on Jun 18, 2010 at 14:15 UTC
    You mentioned "Formats" here. Just wondering is Formats still being used these days? Is it really useful at all? Thanks,
      Formats can be useful, why not? String handling requires presentation, there are many ways you can carry that out, with Formats being one of them. There's nothing that indicates that this is obsolete in anyway, check http://perldoc.perl.org/search.html?q=formats. Perl's fame stems from its string handling capabilities...

      Formats are still useful and I believe at one point or the other down your career you might need to require to use any of the formatting interfaces that Perl has...

      I use it. I have to analyze a lot of data, and I have a few programs that can give me an overview quickly. Formats make quick work of it.

      --marmot

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://845090]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found