B::Deparse

Perl compiler backend that generates Perl source code from the internal compiled structure of a program. The output won’t be exactly the same as the original program, but it will be close. Invoke as:

perl -MO=Deparse[,options] program

program is the name of the program to be deparsed. The options are comma-separated and follow normal backend option conventions. The possible options are:

Get Perl in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.