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