Help for this page
Select Code to Download
Select
or
download this
sub assignmax5 { @a = sort@_; pop @a; }
Select
or
download this
sub assignmax5 { return (sort @_)[-1]; }