运维网's Archiver
论坛
›
Perl
› perl: 学习杂记
色破飞机
发表于 2015-12-29 11:07:35
perl: 学习杂记
1. 多行注释:
最常用的方法是使用 POD(Plain Old Documentations) 来进行多行注释。方法如下:
=pod
codes to comment
=cut
注意:=pod =cut只能在行首
页:
[1]
查看完整版本:
perl: 学习杂记