Hi all, I had a look at remove_tree from File::Path. Let us say I have a directory: ./a/b/c/d
When I do remove_tree('./a', { verbose => 1 }); I get the following messages: rmdir d rmdir c rmdir b rmdir ./a Is there a way to get nice messages like this: rmdir ./a/b/c/d rmdir ./a/b/c rmdir ./a/b rmdir ./a' ? Or is there another module which does give nicer messages when deleting a directory tree? -- Manfred -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/