수색…


한 줄 주석

한 줄 주석은 파운드 기호 # 시작하고 줄의 끝으로갑니다.

# This is a comment

my $foo = "bar"; # This is also a comment

여러 줄 주석

여러 줄 주석은 = 및 with =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