in reply to creating directories
Otherwise, you could use the list form of system for your mkdir call:
I'm not a Windows hacker, so this is untested. Perhaps you could post any error messages when run under -w and strict.my $dir = 'c:/testdir'; system('mkdir', $dir);
|
|---|