Hi,
be careful. You probably get what you don't want. Jenda explained it very nice. When you do the following assuming you have the correct rights:
use File::Path 'make_path'; File::Path->make_path('huhu');
you create two directories: File::Path and huhu. Try it with:
File::Path->make_path('huhu', { verbose => 1});
after removing the newly created directories in you test cwd.
McA
In reply to Re^2: Recursive directories
by McA
in thread Recursive directories
by rustic
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |