in reply to Learning how to program (for youngsters of any age)
Come on, is that really that much tougher? You don't have to teach them structured, OO-based programming from the get go.print "What is your name?\n"; $name = <>; print "Hello $name, have a nice day.\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: $name vs. NAME$
by T Belich (Novice) on Aug 07, 2001 at 23:57 UTC |