Hi-
I'm quite new at Perl, and I'm trying to format a number.
I'm doing simple arithmetic on numbers, i.e., adding 25000 and 34000. How do I format the total into a format such as 34,000 and 25,000? I've looked at printf() and sprintf() and they don't seem to accomodate this format.
Any help would be appreciated.
-rob