| Log-Parallel documentation | view source | Contained in the Log-Parallel distribution. |
Log::Parallel::Sql::Numbers - force values to be numbers
use Log::Parallel::Sql::Numbers; $integer = integer($scalar, $default) $float = float($scalar, $default)
These simple functions make sure that a scalar is in fact a number.
Non-numbers, including nan will be turned into the default.
This is useful if you want to hand an unknown value to a database.
This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.
| Log-Parallel documentation | view source | Contained in the Log-Parallel distribution. |