Re: determining largest in a set of variables

2001-06-22 Thread Jeff 'japhy' Pinyan
On Jun 22, Aaron Lawson said: > I have a perl problem that seems like it should have a simple and >easy solution but that I can't figure out. I am trying to determine which >of a set of scalars has the highest numeric value and then to get the NAME >of the scalar (not the value) to us

Re: determining largest in a set of variables

2001-06-22 Thread Paul Johnson
On Fri, Jun 22, 2001 at 09:14:19AM -0400, Aaron Lawson wrote: > Hi, > I have a perl problem that seems like it should have a simple and > easy solution but that I can't figure out. I am trying to determine which > of a set of scalars has the highest numeric value and then to get the NA

Re: determining largest in a set of variables

2001-06-22 Thread Brett W. McCoy
On Fri, 22 Jun 2001, Aaron Lawson wrote: > I have a perl problem that seems like it should have a simple and > easy solution but that I can't figure out. I am trying to determine which > of a set of scalars has the highest numeric value and then to get the NAME > of the scalar (not the