my $data; while (read($fBuffer[5], $data, 1024)) { print OUTFILE $data; }