The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

disassemble [options] [subroutine|package-name ...]

options: -concise -terse -linenoise -debug -compact -exec -tree -loose -vt -ascii -from line number -to line_number

Use B::Concise to disassemble a list of subroutines or a packages. If no subroutine or package is specified, use the subroutine where the program is currently stopped.

Flags -from and -to respectively exclude lines less than or greater that the supplied line number. Other flags are are the corresponding B::Concise flags and that should be consulted for their meaning.