Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Real Life Perl Exercises

by rhesa (Vicar)
on May 27, 2006 at 21:04 UTC ( [id://552044]=note: print w/replies, xml ) Need Help??


in reply to Real Life Perl Exercises

In my opinion, the best way to increase your programming skills is by solving your own problems. Think of something you do often, and that you think could be automated. Scratch your own itches.

The exercices in the books have already given you a good overview of common algorithms, Perl features and other programming languages' strengths. Trying to solve a problem that bothers _you_ is the best way to become intimately acquainted with the features you need. It'll also teach you how to look for the things you need to solve your problems.

Search perldoc, PerlMonks and CPAN. Read code out there that almost does what you want, then modify it to suit your own ends.

Replies are listed 'Best First'.
Re^2: Real Life Perl Exercises
by mikasue (Friar) on May 28, 2006 at 12:09 UTC
    ++ rhesa! Thanks. I never thought of this: Search perldoc, PerlMonks and CPAN. Read code out there that almost does what you want, then modify it to suit your own ends.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://552044]
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-25 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found