Станислав Пусеп > Lingua-PT-Nums2Words-0.2 > Lingua::PT::Nums2Words

Download:
Lingua-PT-Nums2Words-0.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 0.2   Source   Latest Release: Lingua-PT-Nums2Words-1.06

NOME ^

Lingua::PT::Nums2Words - converte números decimais em escritos por extenso

RESUMO ^

  use Lingua::PT::Nums2Words;
  print &nums2words (65637), "\n";

DESCRIÇÃO ^

O nome já diz tudo, sem mais comentários... É vez de exemplos ;)

UTILIZAÇÃO ^

nums2words (NUM)

Número NUM deve ser inteiro na faixa de +/- 999 quadrilhões (999 * (10^15)). Retorna uma string com o NUM escrito por extenso em Português.

INSTALAÇÃO ^

  tar xzvf Lingua-PT-Nums2Words-0.2.tar.gz
  cd Lingua-PT-Nums2Words-0.2
  perl Makefile.PL
  make
  make test
  su -c make install

VERSÃO ^

0.2

CHANGELOG ^

BUGS ^

AUTOR ^

   Stanislaw Y. Pusep
      E-Mail:   stanis@linuxmail.org
      ICQ UIN:  11979567
      Homepage: http://sysdlabs.hypermart.net/

COPYRIGHT ^

Copyright (c) 1997-2002 by Stas. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.