PApp::Parser - PApp format file parser
This module manages papp files (parsing, compiling etc..). Sorry, you have
to look at the examples to understand the descriptions here :(
This module exports nothing (and might never do).
- ($ppkg, $name, $code) = parse_file $papp, $path
-
Parse the specified file and return the tree of nested packages ($ppkg,
the config data) and the tree containing all the (prepocessed) sourcecode
that implements the semantics ($code). $name contains the name of the
topmost (root) package.
the PApp manpage.
Marc Lehmann <pcg@goof.com>
http://www.goof.com/pcg/marc/