manakai

NAME

Message::Markup::SuikaWikiConfig20::Parser: manakai --- SuikaWikiConfig/2.0 parser

DESCRIPTION

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.

METHODS

$x = Message::Markup::SuikaWikiConfig20::Parser->new (%options)

Returns new instance of parser

EXAMPLE

  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');

SEE ALSO

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>

HISTORY

This module was part of SuikaWiki 2, with the name of SuikaWiki::Markup::SuikaWikiConfig20::Parser.

LICENSE

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.