in reply to Re: Perl API that emulates mkdir -p on unix?
in thread Perl API that emulates mkdir -p on unix?

However, be aware that File::Path does not play nice with taint. I had to 'roll my own' in-house equivalent because of this.
  • Comment on Re^2: Perl API that emulates mkdir -p on unix?