in reply to Re: invoke tempdir() failedin thread invoke tempdir() failed
Guys, I guess the problem would be how to keep the directory, which is created by tempdir(), instead of automatically cleaning it up.
Since the tempdir function does not automatically clean up temporary directories it creates, the problem isn't with tempdir
Maybe you want to specify an alternate directory to tempdir, like File::HomeDir