mbayer has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Create NT Directory from Perl
by ikegami (Patriarch) on Apr 11, 2005 at 17:52 UTC

    What's an "NT Directory"? Are you asking how to create a directory on NT? mkdir works fine. You can even provide a UNC path instead of a DOS path (for lack of a better name). To create an entire path if necessary, try mkpath in the core module File::Path.

      Got it, the package is what I needed, sorry new to Perl and the packages.
Re: Create NT Directory from Perl
by sh1tn (Priest) on Apr 11, 2005 at 18:52 UTC
    You mean to create directory.
    The OS platform doesn't matter.
    Please, (re)read mkdir and those functions.


Re: Create NT Directory from Perl
by holli (Abbot) on Apr 11, 2005 at 17:54 UTC
    what's wrong with mkdir?


    holli, /regexed monk/