【发布时间】:2010-03-17 17:00:50
【问题描述】:
是否有可用的工具可以在目录树中生成 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
【问题讨论】: