If I want to make sure that none of the comments written in a Perl source will make it to the compiled code, must I strip them manually or I can trust any compiler to auto-strip them for me?
Specifically, I am using now the ActiveState PDK to compile a lengthy Perl source under .NET environment.