Take a look at File::Path, especially the mkpath routine.
use strict; use File::Path; my $directory = '/tmp/some/path'; mkpath($directory);
In reply to Re: Making directories from path
by Corion
in thread Making directories from path
by Nelly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |