Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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:
    >
    >
    > > 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
    >
    >
    > --
    > 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

  5. #4

    Default 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

  6. #5

    Default Re: Perl code

    On Mon, 26 Jan 2004 12:13:14 -0800 (PST)
    Joe Echavarria <joe_echavarria@yahoo.com> wrote:
    > What about translating the numbers to spanish string
    > 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

    Owen Guest

  7. #6

    Default 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:
    >
    > > What about translating the numbers to spanish
    > string
    > > 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139