in reply to Perl Compiler

people talk about perl compiling things, because perl is a compiling interpreter, which means it compiles your skript at runtime. (except for evals, and the like, ...)
there is also a CPAN module that can be used as a backend to create C or bytecode.
Note:perlfaq3 says the following about it: