Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Ovid's scratchpad

by Ovid (Cardinal)
on Jun 01, 2004 at 19:14 UTC ( [id://358432]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    }
    
    april();
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        }
        print "Goodbye, $name!\n";
    }
    
  3. or download this
        (define (new-if predicate then-clause else-clause)
          (cond (predicate then-clause)
                (else else-clause)))
    ...
          (define (good-enough? guess x)
            (< (abs (- (square guess) x)) 0.001))
          (sqrt-iter 1.0 x))
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found