打印声明有问题 [英] Problem with print statement

查看:61
本文介绍了打印声明有问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好Perl Gurus!


我是一个非常新的人,所以我正在寻找帮助,理解为什么打印不能正确打印。这可能是一个完全愚蠢的错误....



他是我的计划。它正在做的是解析逗号分隔值的文件,并在每次时钟字段从零转换为1时尝试提取地址字段。

Hello Perl Gurus!

I''m quite a perl neophyte so I''m looking for help understanding why print doesn''t print correctly. This may be a totally stupid error....


He is my program. What it is doing is parsing a file of comma seperated values and trying to extract the address field every time the clock field transitions from a zero to a one.

展开 | 选择 | Wrap | 行号

推荐答案

也许文件没有打开,请执行以下操作:


open(LISTING,
maybe the file is not opening, do this:

open(LISTING,

< br>

ARGV [0])或死无法打开
ARGV[0]) or die "Can''t open


ARGV [0]:


这篇关于打印声明有问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆