Dear Monks,
I'm trying to create a directory on Windows 98 doing either one of these three things:
mkdir $mydir, 0755
mkdir $mydir
my $cmd=`mkdir C:\Windows\Temp\myfolder`
On the first two, I got the error "Permission denied". On the 3rd one, the error was "Unable to create directory".