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
>
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