http://qs321.pair.com?node_id=852564


in reply to Re^3: Change decimal point temporarily
in thread Change decimal point temporarily

use Scalar::Util qw( looks_like_number ); print looks_like_number('12,48'); # --> 0
He's PARSING a csv (or more probably a tab or semicolon separated file) so he needs to go exactly the other way around. Accept 12,48 and treat it as a number.

Jenda
Enoch was right!
Enjoy the last years of Rome.