in reply to changing a string to a numeric variable

@line = map { s/(\d),(\d)/$1$2/g; $_ } split;

cLive ;-)