http://www.perlmonks.org?node_id=1009867


in reply to Re: mkdir usage
in thread mkdir usage

Ya, this is my preferred option, because you don't need to test whether the directory already exists since it will make the directory if it needs to and won't complain if it already exists.