in reply to Re: Translating Perl to C
in thread Translating Perl to C

This is because the perl to c conversion actually embeds the perl compiler with everything else, and then uses it to compile your perl script at runtime... all within one executable. It's sick but it works.