in reply to Recursive mkdir: is there already a module for this?

File::Path has mkpath which recursively creates directory paths may be some of what you need, but would need a little wrapping up to do the full job.


DWIM is Perl's answer to Gödel
  • Comment on Re: Recursive mkdir: is there already a module for this?

Replies are listed 'Best First'.
Re^2: Recursive mkdir: is there already a module for this?
by jkeenan1 (Deacon) on Jun 17, 2006 at 00:54 UTC
    Thank you both!

    Jim Keenan