Quantcast
Channel: perl –素人派
Viewing all articles
Browse latest Browse all 2

Perl文件读写

$
0
0
  • 写文件

[codesyntax lang=”perl”]

#!/usr/bin/perl

open FILE, ">", "test.log";
select FILE;
print "hello\n";
print "world\n";
close(FILE);

  • 参考

Perl控制结构" href="http://surenpi.com/2015/03/19/perl%e6%8e%a7%e5%88%b6%e7%bb%93%e6%9e%84/" target="_blank"还不知道Perl语言如何循环吗?… 查看全文。。。


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images