How do I enter a multi-line comment in Perl? [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: What are the common workarounds for multi-line comments in Perl? How do I add a multi-line comment to Perl source code? 回答1: POD is the official way to do multi line comments in Perl, see Multi-line comments in perl code and Better ways to make multi-line comments in Perl for more detail. From faq.perl.org[ perlfaq7 ] How can I comment out a large block of Perl code? The quick-and-dirty way to comment out more