触发器运算符/读取行计数器问题
阅读Perl:从 1 到 n 提取行(Windows) 我不明白触发器运算符/读取行计数器部分。
perl -nE 'say $c if $c=1..3' my_file
1
2
3E0
有人可以更详细地解释我这个输出来自哪里吗?
Reading this Perl: extract rows from 1 to n (Windows) I didn't understand the flip-flop-operator/readline-counter part.
perl -nE 'say $c if $c=1..3' my_file
1
2
3E0
Could someone explain me more detailed where this output comes from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引用perlop:
(强调已添加)
To quote perlop:
(emphasis added)