文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>perl file handler array

perl file handler array

时间: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";
}

相关阅读 更多 +
排行榜 更多 +
打螺丝高手

打螺丝高手

模拟经营 下载
解救火柴人计划安卓版

解救火柴人计划安卓版

体育竞技 下载
鸡生化精英安卓版

鸡生化精英安卓版

飞行射击 下载