Help for this page

Select Code to Download


  1. or download this
    sub ave {
        my $tot;
    ...
        };
        return @_ ? $find_ave->( @_ ) : $find_ave;
    }
    
  2. or download this
    sub ave {
        my ($cnt , $tot);
    ...
            };
        }
    }