- or download this
#!/usr/bin/perl -w
use strict;
...
-----
Result:
eight thousand five hundred ninety seven
- or download this
if($data=~/(\-?)\s*(\d+)/){
- or download this
my $string=spell_number('1000000000000000'); #this works
my $string=spell_number(1000000000000000); #this doesNOT