文章详情
时间:2008-01-04 来源:xueyan
@FileArray; @FileHandles; push @FileArray, "test1.txt"; push @FileArray, "test2.txt"; $count = 0; foreach $f (@FileArray) { my $fh; open($fh, ">".$f) || die("cant open file:".$f); $FileHandles[$count] = $fh; $count++; } foreach $fh (@FileHandles) { print $fh "this is a test"; }
打螺丝高手
解救火柴人计划安卓版
鸡生化精英安卓版
1970-01-01