From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112 use Test::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;
use
Test::More;
Bijection
qw/all/
;
my
@reverse
=
reverse
@Bijection::ALPHA
bijection_set(900000000,
);
$bi
= biject(50);
is(
,
'7P5pWV'
done_testing(1);
1;