in reply to Changing numbers into words
Hi webchalkboard, Try this example in module description,
use strict; use warnings; use Lingua::EN::Numbers qw(American); my $n = new Lingua::EN::Numbers(313721.23); print $n->get_string; __END__ Three-Hundred Thirteen Thousand, Seven-Hundred Twenty-One point Twenty +-Three
Regards,
Velusamy R.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Changing numbers into words
by ikegami (Patriarch) on Apr 06, 2006 at 17:48 UTC |