in reply to Re^2: invoke tempdir() failed
in 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

Replies are listed 'Best First'.
Re^4: invoke tempdir() failed
by marscld (Beadle) on Oct 09, 2011 at 03:06 UTC
    good idea, worth a shot