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: