If you ever had a business over the web, you might exprienced this problem.
When youy customer enters the price, he/she enters it using the $ symbol
or added commas. However, you don't want these symbols on it because
your CGI program can't regonize either $ symbol or commas. So you
need this script now, this script will filter out everything except the
numbers and decimal points. Or it will add cammas to the numbers
in case you need it for some reason.