in reply to Re: How can I change the perl program involving if-elsif-else conditional to get correct result?
in thread How can I change the perl program involving if-elsif-else conditional to get correct result?
my @list = sort ($a, $b, $c); print $list[$#list];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I change the perl program involving if-elsif-else conditional to get correct result?
by Marshall (Canon) on Apr 23, 2012 at 12:48 UTC |