Help for this page

Select Code to Download


  1. or download this
    @a=qw(1 0 9 15 6);
    @b=qw(    1 1  4 );
    
  2. or download this
    1 0 9 15 6
         1 1 4
    __________+
    1 1 1 7 0       (which corresponds to the program logic)
    
  3. or download this
    1 0 9 15 6
        1 1 4
    __________+
    10 9 2 7 0     (which corresponds to the rules of math)
    
  4. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
                    }
    print "@result";