Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Advice to your younger self

by thelenm (Vicar)
on Feb 21, 2003 at 21:57 UTC ( [id://237580]=note: print w/replies, xml ) Need Help??


in reply to Advice to your younger self

Some advice off the top of my head to my beginner self, in no particular order...
  • Use arrays and hashes, not gazillions of variables with different suffixes.
  • Modularize your code. Learn to use modules. Or at least use subroutines instead of cutting and pasting, for goodness sake.
  • Make a conscious effort to do things in a Perlish way, e.g. prefer Perlish for loops to C-style for loops.
  • RTFM: Frequently consult `perldoc`, the Camel Book, and PerlMonks.
  • Use perl to run Perl, and never write PERL.
  • Understand that regexes cannot be mastered in a day. Understand what your regexes actually mean.
  • Try new things. It's okay to be wrong if you learn from your mistakes.

-- Mike

--
just,my${.02}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found