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