Help for this page

Select Code to Download


  1. or download this
    print reduce { $a + $b } 1,2,3;
    
  2. or download this
    print reduce{ print "a = $a, b = $b\n"; eval "$a + $b" } 1,2,3,4;