7.5. Summary

In this chapter, we've examined the basics of the Perl compiler: its front-end O, the nuts-and-bolts module B, and how to write both backend modules using these. Writing compiler modules is really an excellent way to learn about how the Perl op tree fits together and what the operations signify, so you are encouraged to complete at least some of the following exercises.