Re: Problems with gt and lt

2006-03-06 Thread John W. Krahn
Tommy Grav wrote: > I have a code where I want to check wether a number is bigger than or > smaller than some limits, $maxdet and $mindet. These two values are > given on the command line using the Getopt::Long module. > > However it seems like the code evaluates the if statement as a string >

Problems with gt and lt

2006-03-06 Thread Tommy Grav
I have a code where I want to check wether a number is bigger than or smaller than some limits, $maxdet and $mindet. These two values are given on the command line using the Getopt::Long module. However it seems like the code evaluates the if statement as a string (since numbers between 20