Perl Language
コメント
サーチ…
1行コメント
一行コメントは#
始まり、行の最後に移動します:
# This is a comment
my $foo = "bar"; # This is also a comment
複数行のコメント
複数行のコメントは、 =
で始まり、 =cut
文で始まります。これらは、POD(Plain Old Documentation)と呼ばれる特別なコメントです。
マーカー間のテキストはコメントアウトされます:
=begin comment
This is another comment.
And it spans multiple lines!
=end comment
=cut
Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow