in reply to Finding target unspecified value
DB<113> use List::Util qw/max/ DB<114> @array = map {int (rand(91))+10} 1..5 => (36, 56, 42, 38, 49) DB<115> $max = max @array => 56
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Finding target unspecified value
by Latnam (Novice) on Oct 20, 2013 at 20:53 UTC | |
by boftx (Deacon) on Oct 20, 2013 at 21:04 UTC | |
by Latnam (Novice) on Oct 20, 2013 at 21:19 UTC |