Hi,
I'm looking for a perl script that would convert a number into a dollar amount like:
$the_number = "1234567.89";
perl would build $the_number into $the_dollars
so that:
print $the_dollars;
$1,234,567.89
LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox
I'm looking for a perl script that would convert a number into a dollar amount like:
$the_number = "1234567.89";
perl would build $the_number into $the_dollars
so that:
print $the_dollars;
$1,234,567.89
LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox