in reply to Making directories from path

I'd use system mkdir => -p => $path;. There's a module that can do this as well, but I can never remember what's it called.

Abigail