ummm. Perl is an interpreted language, Perl modules are plain text, no need to compile.and you can't precompile them the way it's done in Pyton/Lisp
There actually exist Perl compilers for different Platforms ( CPAN perlcc and few others ).There is also Parrot System (VM + Compilers) that may compile Perl to Parrot Bytecode.None of that is used in TS of course