in reply to Re^2: How to find code written by smart people
in thread How to find code written by smart people
Because of this line in File::Path's POD:
It returns a list of all directories (including intermediates, determined using the Unix '/' separator) created.
That raises a concern that I'd have to pass mkpath a UNIX-style path -- the snippet I posted will accept any form supported by File::Spec::Functions. I like that better.
|
|---|