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

Perl::API - Expose the internal API

SYNPOSIS

EOT

for (@doc) { print PM " $_\n"; }

print PM <<'EOT';

DESCRIPTION

This module expose selected parts of the internal Perl API. Use it at your own risk.

SEE ALSO

perlapi