4 lines
56 B
Perl
4 lines
56 B
Perl
|
|
use File::Path qw(make_path);
|
||
|
|
|
||
|
|
make_path('path/to/dir')
|