#! /usr/bin/perl -w # commify.pl: commify *all* of the numbers in a file (or stdin). # Well, almost all. Add commas to strings of at least 5 digits, that # don't follow a decimal pt, comma, or word char, and don't start with # a zero. while (<>) { s/(?