ps / radiac.mine.nu (Patrik Sundberg) writes: > $stdin = $stdout = $stderr = open("/dev/null", "rw") > this doesn't play at all - main isn't even called.. "rw" is an illegal access mode, but because $stderr is closed, the exception isn't being reported anywhere. Regards Dave