Help for this page
sub createDir { my $dirName = shift; ... } mkdir $dirName or return $!; }
mkdir $path or die "Can't mkdir $path: $!";