On Wed, 24 Oct 2001, SAWMaster wrote:

> Is there a way to "block comment" in Perl?
>
> My book only covers using # to comment individual lines.
>
> Is there a symbol I can use to comment out entire sections of code for
> the debugging process?

You basically use embedded POD directives.

perldoc -q comment

-- Brett

                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
... I have read the INSTRUCTIONS ...


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to