RosettaCodeData/Task/Make-directory-path/Perl/make-directory-path.pl

4 lines
56 B
Perl

use File::Path qw(make_path);
make_path('path/to/dir')