in reply to Re: handler performance question
in thread handler performance question
using the perl built-in mkdir command
The Perl equivalent of mkdir -p is mkpath if you don't want to do the chain of mkdir commands. On the other hand, I don't see why -p is needed on any but the first call.
|
|---|