If by "operation code" you mean "have a tree of operation code"
While B :: Concise is trying to give an accurate representation of the opcode tree, B :: Deparse takes the opcode tree and outputs the source code from it.
$ perl -MO=Deparse -e'$x && print' print $_ if $x; -e syntax OK
This is not bad, although there are some limitations.
If in the "have opcode" section, you mean "have B :: Concise output"
Given that B :: Concise is trying to be very complete, it might be possible, but I think some information is missing. I am pretty sure that there is nothing trying to do this on CPAN, since I have never heard that pallor violates it (something that you would expect regularly).
source share