读书人

这是什么意思啊解决方案

发布时间: 2012-04-12 15:46:35 作者: rapoo

这是什么意思啊
$File=IO::File->new($NAME, "w+");,这样的用法看不懂啊

[解决办法]
看IO模块的文档就行了:

new ( FILENAME [,MODE [,PERMS]] )

Creates an IO::File . If it receives any parameters, they are passed to the method open; if the open fails, the object is destroyed. Otherwise, it is returned to the caller.

读书人网 >perl python

热点推荐