Help for this page
my @table; $table[$_] = [..., ..., ...] for 0..0x0003ffff; ... my ($nxt, $mid, $bot) = @{$table[$n & 0x0003ffff]}; ... }