From: Simon T. <si...@un...> - 2001-10-27 15:44:35
|
Hello Greg, > In the above attempt, the file "foo.$$" is empty. > > Any pointers of where I'm going wrong would be greatly appreciated! In the example you supplied, the FOO filehandle is not being closed. Is this also the case in your real code? That would be one possible cause of the symptoms you're describing. Regards, Simon Taylor |