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


in reply to Re^2: REGEX omit dashes - simple but ...
in thread REGEX omit dashes - simple but ...

There isn't a strong difference between strings and numbers in Perl. See Context tutorial, in particular More flavors of scalars, and/or http://stuff.mit.edu/iap/perl/slides/context_numeric.html.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.