The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Config::Maker::Grammar - Unified parser for Config::Maker

SYNOPSIS

  use Config::Maker;
  use Config::Maker::Grammar;

  $parser->config($config);
  $parser->template($template);
  $parser->path_whole($path);
  

DESCRIPTION

AUTHOR

Jan Hudec <bulb@ucw.cz>

COPYRIGHT AND LICENSE

Copyright 2004 Jan Hudec. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

configit(1), perl(1), Config::Maker(3pm).