PROBLEM: It stops working (i havnt been able to trace the reason) apparently at random, and then keeps failing to open the FILEHANDLE. Any reason why the open on file handle fails?open(OUTFILE, ">$save_directory\/$file_name"); while ($bytes = read($file_handle, $buffer, 1024)) { $bytes_read += $bytes; print OUTFILE $buffer; } close OUTFILE;
In reply to random problem with read by new_user
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |