Help for this page

Select Code to Download


  1. or download this
     - - - - L L R L R L R R
     - L L L R R L - - - R R
     L R - L R - R R - L L -
    
  2. or download this
    use strict;
    use warnings;
    
    ...
      $sum += $_ for @$set;
      return $sum;
    }