in reply to Re: Finding target unspecified value
in thread Finding target unspecified value

How would I utilize what you have posted due to the script I am working with generates random numbers from 10 - 100. There are no set numbers to pick from

Replies are listed 'Best First'.
Re^3: Finding target unspecified value
by boftx (Deacon) on Oct 20, 2013 at 20:32 UTC

    Substitute @array for @source. Of course, Rolf demonstrates a more efficient solution using the max function from List::Util if all you want is the max value and not the location.

    The answer to the question "Can we do this?" is always an emphatic "Yes!" Just give me enough time and money.