in reply to Perl API that emulates mkdir -p on unix?
use Path::Class qw(dir); dir("foo", "bar")->mkpath; [download]