Help for this page

Select Code to Download


  1. or download this
    ($min, $max) = (sort { $a <=> $b } @numset)[0,-1];
    
  2. or download this
    grep { $avg += $_/@numset } @numset;