Help for this page
Select Code to Download
Select
or
download this
my $av = aver(); my $min = min();
Select
or
download this
sub min { my @num = @_; ... ... return $min; }