in reply to How to create a directory

Worrying about \ vs /? Don't :)

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.