Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Using perl to teach programming

by Falkkin (Chaplain)
on Jan 30, 2001 at 20:59 UTC ( [id://55265]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Welcome to the Perl Tutor!
    
    Special commands are:
    ...
    @baz = (1, 2, 3, 4)
    sub foo { ... }
    > quit
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use Term::ReadLine;
    ...
      print "No variables are currently defined.\n" unless $varcount;
      package main;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 18:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found