Ujumla:在Raku中读取ApacheConfig常规配置文件

时间:2021-04-06 04:03:57
【文件属性】:
文件名称:Ujumla:在Raku中读取ApacheConfig常规配置文件
文件大小:29KB
文件格式:ZIP
更新时间:2021-04-06 04:03:57
config apache raku config-general Raku Ujumla 在Raku中读取Apache / Config-General配置文件 概要 use Ujumla; my $config = Ujumla . new ( config-text => q :to / EIEIO /); # Some comment name "something or other"
section-name whatever
EIEO say $config.get-item('name'); # "something or other" say $config.get-item('Section', 'section-name'); # "whatever" 描述 该模块旨在能够读取可由Perl 5模块读取的配置文件,该模块本身支持的超集。 我没有将其命名为Config::General因为我不想从
【文件预览】:
Ujumla-master
----LICENCE(9KB)
----.github()
--------workflows()
----META6.json(770B)
----t()
--------030-synopsis.t(485B)
--------050-individual.t(592B)
--------060-interpolation.t(3KB)
--------data()
--------040-grammar-simple-config.t(2KB)
--------020-use.t(139B)
--------010-meta.t(517B)
--------080-include.t(569B)
--------070-comment-here-doc.t(1KB)
----.layout(4KB)
----.gitignore(9B)
----lib()
--------Ujumla.pm(18KB)
----README.md(2KB)
----Changes(143B)
----Documentation.md(9KB)

网友评论