Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: What's the most important thing to learn in the Perl world?

by Animator (Hermit)
on May 11, 2005 at 08:34 UTC ( [id://455897]=note: print w/replies, xml ) Need Help??


in reply to What's the most important thing to learn in the Perl world?

I consider hashes to be part of the basics... so that might be a good start... (if you don't know them already)

What you do after that is up to you, as in, what do you need? if you need to use OO then references (or atleast the tutorial) and objects might be a good path

And what about regular expressions? they are quite useful... (or atleast IMHO), do you know them? (as in the more 'advanced' stuff like, look-aheads, look-behinds, non-capturing groups (not that this is really advanced, but you should know (and use!) them aswell), ...)

But if you ask me what the most important thing in the perl world is then I would say: `perldoc perlstyle` (or atleast the basic things of that). Coding without a decent style (like indenting things) results in useless code.

  • Comment on Re: What's the most important thing to learn in the Perl world?

Log In?
Username:
Password:

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

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

    No recent polls found