Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Teaching Children How to Program

by Sandy (Curate)
on Nov 13, 2005 at 19:28 UTC ( [id://508131]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    print "Hello World\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $mw=MainWindow->new(-title=>"Hi Kids!");
    $mw->Label(-text=>"Hello World")->pack();
    MainLoop;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://508131]
Approved by friedo
Front-paged by ghenry
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 16:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found