SyntaxFix
Write A Post
Hire A Developer
Questions
I found it. Perl has multi-line comments:
#!/usr/bin/perl use strict; use warnings; =for comment Example of multiline comment. Example of multiline comment. =cut print "Multi Line Comment Example \n";