perl - 如何生成目录中 Perl 模块或脚本的 HTML 摘要?

标签 perl perl-pod

是否有可用的工具可以在目录树中生成 Perl 模块或脚本的 HTML 摘要列表?

给定

 =head1 NAME

 wibble.pl - does wibble actions

我想看到类似的东西

<a href="docsforwibble">wibble.pl</a> - does wibble actions
<a href="docsforwobble">wobble.pl</a> - does wobble actions

最佳答案

pod2html --recurse --podpath <dirname>

参见perldoc pod2html

关于perl - 如何生成目录中 Perl 模块或脚本的 HTML 摘要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2464242/

相关文章:

perl - Perl Mechanize 和代理的问题

perl - 使用 Perl 将行转为列

mysql - 没有执行错误的 Perl 提取 - 在执行结束时

macos - 如何在 macOS 中链接到 GNU readline 库而不是 libedit?

perldoc 不显示节之间的文本

perl - 真的没有比 POD 更好的方法来记录 perl 代码了吗?

perl - pod2html : Linking to Other Files

c# - 在 C# 中从自定义 GUI 运行外部命令

perl - Pod::Usage: `=begin :text`/`=end :text` 弄乱了格式