in reply to Re: File::Temp problems on Win32
in thread File::Temp problems on Win32

Thanks a lot for the fast response

Does anybody know if there is a workaround or alternative for this case?

Replies are listed 'Best First'.
Re^3: File::Temp problems on Win32
by runrig (Abbot) on Jul 29, 2008 at 16:24 UTC
    Just use the filehandle that you have opened:
    print $tf `date /t`;