Perl is an interpreter, not a compiler. There is no "compile time" as you think of it – only the superficial translation of the source code into "perlguts." There is no "generate the binary." Once the source code is translated into a runtime data structure the runtime interpreter takes over.