Lingua/PT/Hyphenate version 1.01 ================================ Separates Portuguese words in syllables use Lingua::PT::Hyphenate; @syllables = hyphenate("teste") # @syllables now hold ('tes', 'te') INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES No dependencies SEE ALSO The POD documentation in Hyphenate.pm Gramática Universal da Língua Portuguesa (Texto Editora) COPYRIGHT AND LICENCE Copyright (C) 2004 Jose Alves de Castro This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.