NAME
Devel::PiMPx - The Perl-inclusive Macro Processor
SYNOPSIS
use Devel::PiMPx;
my $pp = new Devel::PiMPx(
programname => $0,
debug = 1,
no_lineno => 0
);
$pp->debug(0);
$pp->preprocess($filename);
DESCRIPTION
PiMPx is the Perl-inclusive Macro Processor. It simplifies the management of bigger projects in Perl and can be used in other languages that use lines beginning with "#" as comments.
EXPORT
None by default.
AUTHOR
Ask Solem Hoel <ask@unixmonks.net>