Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Creating an Intermediate Perl Programming Curriculum

by geekgrrl (Pilgrim)
on May 04, 2004 at 15:47 UTC ( [id://350377]=note: print w/replies, xml ) Need Help??


in reply to Creating an Intermediate Perl Programming Curriculum

Two major things to teach: References and Modules.

I find that one of the most important concepts in Perl is references. So many decent Perl programmers never take it to the next level by getting their heads around this one. Also, writing modules, whether OOP style or not, is an important skill to take the beginning script writer to that of a Perl programmer with mad skills.

I have taken many beginner scripts - the style where they are required in another program, and turned them into simple modules. It makes so much difference and greatly extends the usability of the code.

Also, I second the motion of teaching Data::Dumper. This is the best module in the entire world. Also - it's handy for understanding references.

  • Comment on Re: Creating an Intermediate Perl Programming Curriculum

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 12:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found