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


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

To clarify: as of writing, on Perl 5.28.1 and Perldoc v3.2801: For example, given foo.pl as follows:
=head1 SECTION =for comment Comment! =cut =begin comment Comment! Number 2 =end comment =cut
Therefore, I personally use =begin comment / =end comment / =cut, even though it's a bit tedious.