jonathan vanasco wrote:

This was in reference to :

case a)
  open FILE , ">/path/to/file";
[...]
right now i just umask before the file creation each time, and that works, but like everyone else here, i want what works best

I see. In which case it has nothing to do in particular with modperl. It's the same with any perl script you run from the command line. It creates the files with the ownership/perms of the user you run the script with... unless you change that with umask as others have suggested.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to