![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^2: Perl Babysteps 1: Your First Simple Scriptby Mr. Muskrat (Canon) |
on Dec 30, 2004 at 16:40 UTC ( #418303=note: print w/replies, xml ) | Need Help?? |
And it's easier to teach one thing early on and expand that knowledge later. If you teach to much, they will not retain the information. For example, on day one you show them comments. "Comments begin with the hash (or octothorpe) character."
And leave the POD for a later day... "Today we will learn about POD. POD is short for Plain Old Documentation and it is a fairly simple way of documenting your code. We'll begin by adding a heading to your existing project and then cut back to the code."
In Section
Tutorials
|
|