Search notes:

Perl module Math::BigInt::Named::English

use warnings;
use strict;
use feature 'say';

use Math::BigInt;
use Math::BigInt::Named::English;

my $num = Math::BigInt::Named::English->new(42);

say $num->name();
Github repository PerlModules, path: /Math/BigInt/Named/English/script.pl
Perl modules.

Index