Re: Weird file permission problem with File::Temp

2004-11-23 Thread RobertCZ
RobertCZ wrote: Stas Bekman wrote: RobertCZ wrote: I'm trying to create temp file in PerlFixupHandler using File::Temp, write to it, send it to the client and get the temp file automatically unlinked upon the end of the request. I keep getting file permission error. 2) you

Re: Weird file permission problem with File::Temp

2004-11-23 Thread RobertCZ
Stas Bekman wrote: RobertCZ wrote: I'm trying to create temp file in PerlFixupHandler using File::Temp, write to it, send it to the client and get the temp file automatically unlinked upon the end of the request. I keep getting file permission error. 2) you said: $fh = new

Re: Weird file permission problem with File::Temp

2004-11-22 Thread Stas Bekman
RobertCZ wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: I'm trying to create temp file in PerlFixupHandler using File::Temp, write to it, send it to the client and get the temp file automatically unlinked upon the end of the request. I keep gett

Weird file permission problem with File::Temp

2004-11-22 Thread RobertCZ
-8<-- Start Bug Report 8<-- 1. Problem Description: I'm trying to create temp file in PerlFixupHandler using File::Temp, write to it, send it to the client and get the temp file automatically unlinked upon the end of the request. I keep getting file permiss