Message::Markup::SuikaWikiConfig20::Parser: manakai --- SuikaWikiConfig/2.0 parser
SuikaWikiConfig/2.0 is a general configuration description format. This module can be used to parse such configuration and to generate node tree for it.
This module is part of manakai.
$x = Message::Markup::SuikaWikiConfig20::Parser->new (%options)
Returns new instance of parser
use Message::Markup::SuikaWikiConfig20::Parser;
my $parser = new Message::Markup::SuikaWikiConfig20::Parser;
my $conf = $parser->parse_text ($config);
print $conf->get_attribute ('Some Configuration Item');
Message::Markup::SuikaWikiConfig20::Node, SuikaWiki <https://suika.suikawiki.org/~wakaba/-temp/wiki/wiki?SuikaWiki>
, <https://suika.suikawiki.org/~wakaba/-temp/wiki/wiki?SuikaWikiConfig/2.0>
This module was part of SuikaWiki 2, with the name of SuikaWiki::Markup::SuikaWikiConfig20::Parser
.
Copyright 2003 Wakaba <wakaba@suikawiki.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.