in reply to
Re^3: Regex for max length float
in thread
Regex for max length float
When using MySQL your 12.3 would be translated to 12.300, because the scale is 3, which is not valid(
mysql numeric types
)
Comment on
Re^4: Regex for max length float
In Section
Seekers of Perl Wisdom