http://qs321.pair.com?node_id=561212


in reply to Re: Multi-line comments in perl code?
in thread Multi-line comments in perl code?

You could plan to run all your Perl sources through the C preprocessor before further use

There's even a command line option (-P) which does just that. Tho' it has to be pointed out that the docs say "Use of -P is strongly discouraged because of its inherent problems, including poor portability".

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg