yes, I should've specified a bit more...

perl's execution cycle goes something along the lines of: integrity check, perl to byte-code conversion, byte-code to syscall conversion (to binary format such as elf or a.out.)

-C