From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use Bijection qw/all/;
my @reverse = reverse @Bijection::ALPHA;
bijection_set(900000000, @reverse);
my $bi = biject(50);
is($bi, '7P5pWV');
done_testing(1);
1;