The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>

SEE ALSO

perl. pimpx