in reply to Re^4: File::Path::rmtree: What am I not grokking?
in thread File::Path::rmtree: What am I not grokking?

But you have to splitdirs anyway in order to remove all components, so why not simply rmtree +( splitdirs $partial )[ 0 ]? That has the exact same effect.

Makeshifts last the longest.