in reply to Creating Multiple Empty Directories with Perl

Hi,

Use the module File::Path in that module there is a function called mkpath, within that you may give the directories you want to create. for eg: mkpath(/root/folder/folder/folder)

  • Comment on Re: Creating Multiple Empty Directories with Perl