http://www.perlmonks.org?node_id=529221

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm confused again.

I'm using File::Temp in a CGI program on apache/LINUX. The temp files get created just fine but I need to access them later in the program with another program called with system(). Problem is the permissions are 600 and the owner is 'nobody'.

I guess what I'm asking is what is the best way to deal with this to be portable? I soppose I could use chmod() but what will windows think?