http://www.perlmonks.org?node_id=453878


in reply to DBI and PP not behaving...

Might this be an issue with windows security? Does your NT security context grant you sufficient rights to remove files from c:\windows\temp?

Replies are listed 'Best First'.
Re^2: DBI and PP not behaving...
by Baramin (Acolyte) on May 04, 2005 at 11:56 UTC
    It definitly isn't a security issue as I'm running as workstation admin, and can delete files myself, either manually or from a .BAT if I run the .EXE from a .BAT that takes care of cleaning the directory.

    I've already done several .EXEs from perl scripts on that computer using various modules like Win32::GUI, Encode::* etc and the problem is really only with DBI.