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

4 lines
56 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
use File::Path qw(make_path);
make_path('path/to/dir')