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

RE: Adding 2 + 2

by and (Pilgrim)
on Sep 12, 2000 at 01:11 UTC ( [id://31989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub add {
        my( $a, $b, $bit, $cary, $sum ) = ( @{$_[0]}, 1, 0, 0 );
    ...
    my $acc = add( [@args] );
    $acc = add($acc)   while  ref $acc;
    print "add[@args] = $acc\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found