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

Text::PerlPP - Perl preprocessor: process Perl code within any text file

USAGE

        use Text::PerlPP;
        Text::PerlPP::Main(\@ARGV);

You can pass any array reference to Main(). The array you provide may be modified by PerlPP. See README.md or perldoc perlpp for details of the options and input format.

BUGS

Please report any bugs or feature requests through GitHub, via https://github.com/interpreters/perlpp/issues.

AUTHORS

Andrey Shubin (d-ash at Github; andrey.shubin@gmail.com) and Chris White (cxw42 at Github; cxwembedded@gmail.com).

LICENSE AND COPYRIGHT

Copyright 2013-2018 Andrey Shubin and Christopher White.

This program is distributed under the MIT (X11) License: http://www.opensource.org/licenses/mit-license.php. See file "LICENSE" for the full text.