Umlaut has asked for the wisdom of the Perl Monks concerning the following question:
This won't work:
C:\perl\bin\perl C:\perl\bin\doomsday.pl
where doomsday.pl contains:
system("rmdir /Q /S C:\\Perl");
It will get part way there but then you get 'Access denied' the errors on .dlls.
Any way around this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I build a self-destructing Win32 PERL script?
by RhetTbull (Curate) on Oct 20, 2001 at 22:24 UTC | |
|
Re: How can I build a self-destructing Win32 PERL script?
by cLive ;-) (Prior) on Oct 20, 2001 at 13:23 UTC |