http://www.perlmonks.org?node_id=514508


in reply to Perl bytecode

Your best bet is probably

perl -MO=Bytecode
(More details at B::Bytecode.) If that's not exactly what you're looking for, you may want to try one of the other compiler backend modules.