use File::Path qw(make_path); make_path($dir); #### use File::Path; File::Path::make_path($dir);