首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

关于DATA文件句柄有关问题

2012-04-25 
关于DATA文件句柄问题Perl codewhile(DATA){print if/Norma/}_ _DATA_ _Steve DlenheimNorma Cord为什

关于DATA文件句柄问题

Perl code
while(<DATA>){   print if/Norma/;}_ _DATA_ _Steve DlenheimNorma Cord

为什么编译不了啊?

这个source code来自 Perl by example,4E!

谢谢


[解决办法]
下划线是连着的,中间没有空格。

热点排行