Re: Is there a GNU-like "mkdir -p" method in Perl?
- From: "Marcel" <downloads666@xxxxxxxxxxx>
- Date: 28 Feb 2006 06:56:27 -0800
Hi Sean
You could use following module:
use File::Path;
mkpath(['/foo/bar/baz', 'blurfl/quux'], 1, 0711);
Marcel
.
- Follow-Ups:
- References:
- Prev by Date: Re: separate input
- Next by Date: Re: the way to get current index of an array
- Previous by thread: Is there a GNU-like "mkdir -p" method in Perl?
- Next by thread: Re: Is there a GNU-like "mkdir -p" method in Perl?
- Index(es):