本文概述
注释对于任何语言的开发人员都是必要的。在代码中注释是一个好习惯。他们不参与程序执行。它们只是为我们提供了有关我们编码的解释和提示。借助注释, 很长一段时间后, 你就可以轻松理解代码。甚至其他人也将能够借助注释理解其他人的工作。与其他语言一样, 我们也可以使用Perl语言进行注释。
在Perl中有两种评论方法:
Perl单行注释
Perl单行注释以井号(#)开头。
$x = 10;
print"$x\n"; #Here, x is a variable
输出
10
Perl多行注释
Perl多行注释以(= begin)语句开始, 以(= cut)语句结束。
$x = 20;
print"$x\n";
=begin
Let's declare and
print variable in Perl.
=cut
输出
20
微信公众号
手机浏览(小程序)
Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57
Warning: get_headers(): Failed to enable crypto in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57
Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_48676.jpg): failed to open stream: operation failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57