Help for this page
$fh[0] = "file1"; $fh[1] = "file2"; ... ... } close($fh[0]);
while($fh[0]) { ... }