perl - 在 perl 中将 base10 转换为 base36

标签 perl converter

这个问题在这里已经有了答案:




9年前关闭。




Possible Duplicate:
What’s the best way to do base36 arithmetic in Perl?



您好,是否可以使用 perl 脚本将数字从 base-10-to-base-36-conversion 转换?

这是一个例子:
base 10 - 1234567890123 and outcome
base 36 - FR5HUGNF

最佳答案

尝试使用 Math::Base36用于基数转换的 CPAN 库。

关于perl - 在 perl 中将 base10 转换为 base36,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12822374/

相关文章:

WPF 转换器和 ObservableCollections

c++ - 将 unsigned char[10] 转换为 QBytearray;

video - 视频上传转换器站点中的 Ffmpeg 导致 CPU 使用率重载

java - 如何将覆盖 toString() 的枚举字符串结果转换回枚举?

perl - 重用计算出的 md5(或任何其他校验和)

javascript - 如何在 Perl CGI 程序中链接到上一个网页?

perl - 模块 : When should I mention the required Perl version in the documentation?

java - 如何在 XStream 的 XML 中使用常量

regex - 什么是好的 Perl 模式匹配/正则表达式模块?

regex - Perl Regex - 打印匹配的值