* David Cantrell <[EMAIL PROTECTED]> [2007-12-03 23:35]:
> If I ever need to do that, I'll run my code through the C
> pre-processor before releasing it.

The C preprocessor is (surprise!) really bad at understanding
Perl syntax. All the source filter modules on CPAN aren’t very
good at parsing Perl either, but at least they’re specifically
targetting it, so they tend to get more common cases right than
the CPP which readily breaks the simplest things.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to