Help for this page

Select Code to Download


  1. or download this
    foreach (@totalExoda){
      $sum+= $clearedValue;
      print "$sum\n";     
    } #end if
    
  2. or download this
    
    foreach (@totalExoda){
      $sum += $_;
      print "$sum\n";     
    } # end of for loop