多行评论
多行注释以 =
和 =cut
语句开头。这些是称为 POD(普通旧文档)的特殊注释。
标记之间的任何文本都将被注释掉:
=begin comment
This is another comment.
And it spans multiple lines!
=end comment
=cut
多行注释以 =
和 =cut
语句开头。这些是称为 POD(普通旧文档)的特殊注释。
标记之间的任何文本都将被注释掉:
=begin comment
This is another comment.
And it spans multiple lines!
=end comment
=cut