http://www.perlmonks.org?node_id=1036401


in reply to how to do get digit numbers like -,.?

hdb gave you a solution, but just to make sure that you understand your error, your problem simply comes from the fact that your regex does not include the dot.

  • Comment on Re: how to do get digit numbers like -,.?