>This seems like an acceptable variation on what has been suggested so far. I
>deally one would be able to safely block comment any large section of a Perl
>6 script and not worry about any other block comments within (the outermost
>block comment takes precedence).

I still like this solution prototype:

sub comment($) { } 

comment <<"END OF FIRST COMMENT";
    asdf
    asdf
    asdf
    asdf
    asdf
END OF FIRST COMMENT

--tom

Reply via email to