Help for this page
use File::Spec::Functions qw/catdir/; use File::Path qw/make_path/; ... # Update 2: OR: use Path::Class qw/dir/; dir('folderA','folderB','folderC')->mkpath;