3.8. Run-time Execution

What about the code to Perl's built-ins - print, foreach and the like? These live in pp.*, and will be examine in much more detail in Section 6.2. Some of the functionality is shelled out to doio.c.

The actual main loop of the interpreter is in run.c.