B::Deparse(3p) Perl Programmers Reference Guide B::Deparse(3p)
B::Deparse(3p) Perl Programmers Reference Guide B::Deparse(3p) # B::Deparse(3p) Perl Programmers Reference Guide B::Deparse(3p) NNAAMMEE # B::Deparse - Perl compiler backend to produce perl code SSYYNNOOPPSSIISS # ppeerrll --MMOO==DDeeppaarrssee[,,--dd][,,--ff_F_I_L_E][,,--pp][,,--qq][,,--ll] [,,--ss_L_E_T_T_E_R_S][,,--xx_L_E_V_E_L] _p_r_o_g_._p_l DDEESSCCRRIIPPTTIIOONN # B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself creates after parsing a program. The output of B::Deparse won't be exactly the same as the original source, since perl doesn't keep track of comments or whitespace, and there isn't a one-to-one correspondence between perl's syntactical constructions and their compiled form, but it will often be close. ...