Hi Irfan,

On Fri, 24 Jun 2011 02:43:34 -0700 (PDT)
Irfan Sayed <irfan_sayed2...@yahoo.com> wrote:

> 
> 
> hi,
> i need to delete some directories recursively which are present at some
> shared location 
> 
> i tried file::path perl module but the issue with that module is , it is not
> deleting the root/parent dir
> 
> it deletes the subdirectories and all the files inside that but not removing
> root dir

1. Maybe try to trigger the 'verbose' or 'error' or whatever flags and see what
it reports.

2. If all else fails, try using perl -d :

http://perl-begin.org/topics/debugging/

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Stop Using MSIE - http://www.shlomifish.org/no-ie/

Larry Wall applies a patch manually quicker than GNU patch.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to