Help for this page

Select Code to Download


  1. or download this
    reduce { no warnings 'once'; $a * $b } 1 .. 6;
    
  2. or download this
    reduce { our ( $a, $b ); $a * $b } 1 .. 6;