模块在 Perl 核心中存在多久了?

发布于 2024-12-02 02:36:04 字数 81 浏览 0 评论 0原文

我实际上感兴趣的模块是 Sys::Hostname,但作为一个更普遍的问题,我如何知道特定模块作为核心模块的时间有多长?我对 Perl 版本很好奇。

The module I'm actually interested in is Sys::Hostname, but as a more general question, how can I tell how long a particular module has been a core module? I'm curious about this with regards to the Perl version.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何时共饮酒 2024-12-09 02:36:04

Module::CoreList 有帮助吗?

从 Perl 中:

print Module::CoreList->first_release('Sys::Hostname');

从命令行:

corelist -d Sys::Hostname

Would Module::CoreList help?

From withing Perl:

print Module::CoreList->first_release('Sys::Hostname');

From the command line:

corelist -d Sys::Hostname
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文