![]() |
|
more useful options | |
PerlMonks |
Re: Issue with backticks in ActiveStateby pKai (Priest) |
on Sep 08, 2009 at 21:15 UTC ( #794221=note: print w/replies, xml ) | Need Help?? |
You probably have a rmdir.exe somewhere in your PATH. The rmdir, probably from the unxutils will not accept options with slashes, contrary to the cmd built-in rmdir. A perl -e "`rmdir /s /q testdir`;" works flawless for me (no exe present here).
In Section
Seekers of Perl Wisdom
|
|