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

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

Re: AIM/mp2 Apache::compat bug?

2004-11-23 Thread RobertCZ
RobertCZ wrote: I'm playing with Apache::ImageMagick under mod_perl 2 and Apache::compat (mainly because AIM needs Apache::File which is not supported under mp2). AIM/mp2 returns the correct modified file but with wrong file size (size of the original file, not the modified one). It does

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