文件名称:Filter-Heredoc:Filter-Heredoc 的只读发布历史
文件大小:55KB
文件格式:ZIP
更新时间:2024-07-22 05:10:03
Perl
过滤器::Heredoc
从 STDIN 或输入文件中搜索并提取嵌入在脚本中的“任何”此处的文档。 管道输出到外部程序,如 hunspell 或 aspell。
Filter::Heredoc 从符合 POSIX IEEE Std 1003.1-2008 的 shell 脚本中提取此处的文档。 Perl 派生出类似的 here 文档语法,但同时在许多细节上有所不同。 Perls here 文档将被支持,但在初始版本中是实验性的。
概要
use 5.010;
use Filter::Heredoc qw( hd_getstate hd_init hd_labels );
my $line;
my %state;
my %label = hd_labels();
while ( defined( $line =
【文件预览】:
Filter-Heredoc-master
----Changes(244B)
----t()
--------000_load.t(301B)
--------002_pod.t(342B)
--------02_rule()
--------01_heredoc()
--------001_manifest.t(365B)
----META.yml(755B)
----Build.PL(573B)
----bin()
--------filter-heredoc(6KB)
----LICENSE(20KB)
----examples()
--------example1(361B)
--------example2(445B)
----README.md(2KB)
----META.json(1KB)
----lib()
--------Filter()
----MANIFEST(1KB)