Help for this page

Select Code to Download


  1. or download this
    sub find_avg { 
      (eval join"+",@{$_[0]})/(($#{$_[0]})+1); 
    }