Perl 中关闭文件句柄的优点
Perl 中关闭文件句柄的优点是“$”。被
- 重置
- 清理缓冲区
- 给出命令状态
- 没有任何
请告诉我正确答案并附上解释(如果可能的话)
Advantage of closing file handle in Perl is that "$." gets
- reset
- cleans up buffer
- gives command status
- none
Please tell me the correct answer with explanation (if possible)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
阅读此 关闭 FILEHANDLE perldoc 。
Read this close FILEHANDLE perldoc .
您还可以查看 perlvar 的价格为 $。
You can also look into perlvar for $.
PerlMonks 也收到了同样的问题。您可能会看到该问题收到的一些出色答案:为什么我们需要关闭文件句柄?
There was an identical question posted to PerlMonks. You might look there at some of the excellent answers that question received: Why do we need to close filehandles?