in reply to How to create a directory
Just use the *nix convention for the path separator; it'll be fine under Win32 with both ActiveState and cygwin perl implementations.
Then use mkdir as suggested above.