in reply to Re: How to get 2nd highest value from an array?
in thread How to get 2nd highest value from an array?

Even if it was in C, I'd still call qsort to get the answer, rather than write a lot of code {grin}.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^2: How to get 2nd highest value from an array?