in reply to Recursive directories
To fix this I had to either:use File::Path; make_path($path);
or, to call it as a class method.use File::Path 'make_path';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recursive directories
by McA (Priest) on Apr 02, 2014 at 14:22 UTC | |
by rustic (Monk) on Apr 02, 2014 at 14:57 UTC |