Contents of B
- perlcc
 - The Perl Compiler (program)
 - B
 - The Perl Compiler (module)
 - B::Asmdata
 - Autogenerated data about Perl ops, used to generate bytecode
 - B::Assembler
 - Assemble Perl bytecode
 - B::Bblock
 - Walk basic blocks
 - B::Bytecode
 - Perl compiler's bytecode backend
 - B::C
 - Perl compiler's  C backend
 - B::CC
 - Perl compiler's optimized  C translation backend
 - B::Debug
 - Walk Perl syntax tree, printing debug info about ops
 - B::Deparse
 - Perl compiler backend to produce perl code
 - B::Disassembler
 - Disassemble Perl bytecode
 - B::Lint
 - Perl lint
 - B::Showlex
 - Show lexical variables used in functions or files
 - B::Stackobj
 - Helper module for  CC backend
 - B::Terse
 - Walk Perl syntax tree, printing terse info about ops
 - B::Xref
 - Generates cross reference reports for Perl programs