Ask a Question related to PERL Beginners, Design and Development.
-
Joe Echavarria #1
Perl code
Hi there,
Where can i find a perl code that translate numbers
to words ?, like 100.00 for "one hundred ..."
I need it to glue it with some other code.
Thanks..
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
[url]http://webhosting.yahoo.com/ps/sb/[/url]
Joe Echavarria Guest
-
How can I debug perl-xs code?
On Wed, Feb 04, 2004 at 07:21:07PM -0000, pijush wrote: If you want to see the debugging information you will need to build a debugging version... -
Program to reformat Perl code?
I have some fairly ugly Perl code which I generated sort of ad-hoc from a "file descriptor" file. I.e. I wrote a program which wrote a program. The... -
using perl in a c code
I am writing a c program In which I have some heavy text parsing to do. Unfortunately I am not very conversant with C or Regex in C I have read... -
compiling Perl code
hi all, I know little about Perl, so I ask the following question. when you compile Perl code, can a PDB(symbols file) be created the way you can... -
Perl code question
Hi all, I'm trying to do something which I believe is quite complex, and I'm hoping someone here might not find it so complex. The problem... -
Owen #2
Re: Perl code
On Sun, 25 Jan 2004 22:48:55 -0800 (PST)
Joe Echavarria <joe_echavarria@yahoo.com> wrote:
> Where can i find a perl code that translate numbers
> to words ?, like 100.00 for "one hundred ..."
> I need it to glue it with some other code.
You might want to look at;
Lingua::EN::Numericalize
(Replaces English descriptions of numbers with numerals)
Lingua::EN::Numbers
Converts numeric values into their English string equivalents
--
Owen
Owen Guest
-
Joe Echavarria #3
Re: Perl code
What about translating the numbers to spanish string
equivalent ?
--- Owen <rcook@pcug.org.au> wrote:> On Sun, 25 Jan 2004 22:48:55 -0800 (PST)
> Joe Echavarria <joe_echavarria@yahoo.com> wrote:
>
>> numbers> > Where can i find a perl code that translate>> > to words ?, like 100.00 for "one hundred ..."
> > I need it to glue it with some other code.
>
> You might want to look at;
>
> Lingua::EN::Numericalize
> (Replaces English descriptions of numbers with
> numerals)
>
> Lingua::EN::Numbers
> Converts numeric values into their English string
> equivalents
>
>
> --
> Owen
>
>
> --
> To unsubscribe, e-mail:
> [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail:
> [email]beginners-help@perl.org[/email]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
[url]http://webhosting.yahoo.com/ps/sb/[/url]
Joe Echavarria Guest
-
Tim Johnson #4
RE: Perl code
I believe what you want is Lingua::ES::Numeros.
-----Original Message-----
From: Joe Echavarria [mailto:joe_echavarria@yahoo.com]
Sent: Monday, January 26, 2004 12:13 PM
To: Owen; [email]beginners@perl.org[/email]
Subject: Re: Perl code
What about translating the numbers to spanish string equivalent ?
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
Tim Johnson Guest
-
Owen #5
Re: Perl code
On Mon, 26 Jan 2004 12:13:14 -0800 (PST)
Joe Echavarria <joe_echavarria@yahoo.com> wrote:
Well try searching CPAN, [url]www.cpan.org[/url]> What about translating the numbers to spanish string
> equivalent ?
They have modules for Klingon, so they are bound to have spanish modules
Here's one
Lingua::ES::Numeros
Convierte números a texto en Español (Castellano)
--
Owen
Owen Guest
-
Joe Echavarria #6
Re: Perl code
Well,
I just installed the module i it has many bugs, it
does not work fine. Any clue ?
--- Owen <rcook@pcug.org.au> wrote:> On Mon, 26 Jan 2004 12:13:14 -0800 (PST)
> Joe Echavarria <joe_echavarria@yahoo.com> wrote:
>> string> > What about translating the numbers to spanish>> > equivalent ?
> Well try searching CPAN, [url]www.cpan.org[/url]
> They have modules for Klingon, so they are bound to
> have spanish modules
>
> Here's one
>
> Lingua::ES::Numeros
> Convierte números a texto en Español (Castellano)
>
>
>
> --
> Owen
>
>
> --
> To unsubscribe, e-mail:
> [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail:
> [email]beginners-help@perl.org[/email]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
[url]http://webhosting.yahoo.com/ps/sb/[/url]
Joe Echavarria Guest



Reply With Quote

