Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.5 autouseChapter 8
Standard Modules
Next: 8.7 B::Asmdata
 

8.6 B

The Perl compiler. To use the compiler, you don't need to use this module. See the O module, which is the user frontend to the compiler; also see the compiler section of Chapter 3, The Perl Interpreter. The B module provides the classes for implementing backends for the compiler. If you plan to write a new backend, read the B manpage for the details of the module.


Previous: 8.5 autousePerl in a NutshellNext: 8.7 B::Asmdata
8.5 autouseBook Index8.7 B::Asmdata