Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Adding without Addition

by GotToBTru (Prior)
on Feb 15, 2017 at 18:06 UTC ( [id://1182083]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    store \%table, 'addition_table';
    
  2. or download this
    use strict;
    use warnings;
    ...
    }  
    printf "%s",$matrix{$col - $_} for (1..$col);
    print "\n";
    
  3. or download this
    H:\perl>perl adder.pl 1
    1
    ...
    
    H:\perl>perl adder.pl 999999999999999999999999999999999999999999 1
    1000000000000000000000000000000000000000000
    

Log In?
Username:
Password:

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

    No recent polls found