Lingua::Num2Word Multi-language wrapper for converting digits to number words. Part of the PetaMem Lingua number conversion suite. SYNOPSIS use Lingua::Num2Word qw(cardinal); my $result = cardinal('de', 42); Both ISO 639-1 ('de') and ISO 639-3 ('deu') codes are accepted. INSTALLATION shell> cpanm Lingua::Num2Word or install all available languages at once: shell> cpanm Task::Lingua::PetaMem SEE ALSO Lingua::Num2Word — multi-language number-to-word wrapper Lingua::Word2Num — multi-language word-to-number wrapper Task::Lingua::PetaMem — install all languages AUTHORS Richard C. Jelinek (specification) PetaMem AI Coding Agents (coding, 2025-present) COPYRIGHT AND LICENSE Copyright (c) PetaMem, s.r.o. 2004-present This package is free software, dual-licensed under the Artistic License 2.0 and the BSD 2-Clause License. https://opensource.org/licenses/Artistic-2.0 https://opensource.org/licenses/BSD-2-Clause