in reply to Removing Comments

Try use B::Deparse (perldoc B::Deparse to find out how it works) to compile and decompile the Perl in a form that doesn't have comments any more. The output source-code will not match the input but should be equivalent.