位置: 编程技术 - 正文
即使打开了strict和warnings选项也无妨,下面代码并无错误和警告。下面是perl文档中对这两个变量的解释:perldoc perlvar$a$b Special package variables when using sort(), see "sort" in perlfunc. Because of this specialness $a and $b don't need to be declared (using use vars, or our()) even when using the "strict 'vars'" pragma. Don't lexicalize them with "my $a" or "my $b" if you want to be able to use them in the sort() comparison block or function.
推荐整理分享perl中的$a和$b介绍(perl中@_),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:perl中sub,perl语句,perl-v,perl-v,perl中qw,perl中sub,perl中qw,perl-v,内容如对您有帮助,希望把文章链接给更多的朋友!
perl用{}修饰变量名的写法分享 subtest{my$head="abc";my$tail="def";my$full="${head}_${tail}";print$full,"n";}直接写成下面这样,在strict模式下是无法通过的。my$full="$head_$tail";
Perl使用File::Basename获取文件扩展名的代码 File::Basename模块用来析取文件路径中的目录,文件名以及后缀。本文为大家介绍的这个例子,实现了获取/home/topgkw中所有文件后缀,其中目录返回空值
Perl 哈希Hash用法之入门教程 一、什么是PerlHash哈希是一种数据结构,和数组类似,可以将值存放到其中,或者从中取回值。但是,和数组不同的是,其索引不是数字,而是名字。也
标签: perl中@_
本文链接地址:https://www.jiuchutong.com/biancheng/372527.html 转载请保留说明!友情链接: 武汉网站建设