in reply to Converting to decimal elsif
Update: ... and of course, bikeNomad's method will work, also reversing the test and the order. (That rat got in before me! :)if ($startmin >= 52.5) { ... } elsif ($startmin >= 37.5) { ... } elsif ($startmin >= 22.5) { ... } elsif ($startmin >= 7.5 ) { ... } else { ... }
|
|---|