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


in reply to Multi-line comments in perl code?

There is no "official" way to comment out large chunks of code in Perl, although there are plenty of workarounds. Generally, it depends on which editor you are using. Any decent editor will allow you to define a macro or hotkey for this purpose.

One method that some people use is to make use of pod-style =pod and =cut.

Cheers,
Darren :)