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

NAME

PApp::Parser - PApp format file parser

SYNOPSIS

DESCRIPTION

This module manages .papp files (parsing, compiling etc..). 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.

SEE ALSO

PApp.

AUTHOR

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/