On Jun 3, 12:22 am, V <[EMAIL PROTECTED]> wrote:
> I'm a C++, Java and C programmer, and I'm searching for a (preferably
> printed) book that teaches me the "Python idioms", i.e. the "Python
> way" of doing something.
>
> Ideally, I'm searching for a book like "Effective C++" or "Effective
> Java",
On May 27, 6:13 am, Laura Creighton <[EMAIL PROTECTED]> wrote:
> In a message of Mon, 26 May 2008 12:38:28 PDT, [EMAIL PROTECTED] writes:
>
> >I forgot to ask: what's your target platform? I mentioned Organizer's
> >Database, but it only runs on Windows. If you need a Linux or OS X
> >solution, t
If it is umask, then that would be umask for the Apache process,
not the second script (which I presume doesn't run as Apache).
The CGI script can explicitly set the permissions when creating
the folder using mkdir() or makedirs() so that others can write
into it. (Depending on how public or priv