Hi All:

I added the following line to my program:
$/ = \65536; 

This was because I'm running out of memory when slurping entire files into
memory (potentially hundreds of meg). However, the (separate) log file I'm
writing afterwards is not getting created - nor am I getting any error
messages. If I comment this line out, it works fine. I tried the following:
$opfh = select(OUTFILE); 
$| = 1; 
select ($opfh); 

... to try and flush the buffer, but to no avail.

Would someone tell me what I need to do to get this file written out please?

TIA


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to