![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Directory Structure.by AppleFritter (Vicar) |
on Mar 31, 2017 at 12:03 UTC ( #1186610=note: print w/replies, xml ) | Need Help?? |
Use File::Path, a core module, which provides make_path. Also, map comes in handy here -- make_path can create several directories at once, so you can save the foreach:
In Section
Seekers of Perl Wisdom
|
|