Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to introduce 8 year olds to (Perl) programming?

by TedPride (Priest)
on Apr 30, 2005 at 21:29 UTC ( [id://452933]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $cash = 10.00;
    $chocolate = 1.20;
    ...
    $candy = 0.50;
    $cash = $cash - $chocolate;
    print "I have $cash left.";
    
  2. or download this
    for ($i = 1; $i <= 20; $i++) {
        print "I have completed the loop $i times.\n";
    }
    

Log In?
Username:
Password:

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

    No recent polls found