On Wed, 2 Aug 2000 12:51:10 -0400, John Porter wrote:

>> At the risk getting too exotic how about:
>> 
>> #<<EOC;
>> some
>> comments
>> EOC
>
>Just introduce a new function which is a bit bucket:
>
>  # works in perl5.
>  sub comment(@) { }
>
>  comment q{ comments... };

"Function"? Who needs a function?

<<END_OF_COMMENT;
This is comment!
And more...
END_OF_COMMENT

Apart from the warning "Useless use of a constant in void context", it
works.

-- 
        Bart.

Reply via email to