Help for this page

Select Code to Download


  1. or download this
    $hash{6}{times}{9} = 42;
    $hash{2}{plus}{2} = 5;
    
  2. or download this
    $hash{0}{plus}{0} = 0;
    $hash{0}{plus}{1} = 1;
    ...
    # $plus{0}{1} = 1;
    # $plus{1}{0} = 1;
    # $plus{1}{1} = 10;