Re: How to catch error message instead of printing to stderr for rmtree

2008-09-25 Thread Yue Chen
Hi Thank you for the feedback. But I don't see any difference between my script and CPAN's documentation. Actually, I do follow it to write my script. > > > On Fri, Sep 26, 2008 at 12:17 AM, Yue Chen <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> I want to use rmtree to delete a dir and use variables

Re: How to catch error message instead of printing to stderr for rmtree

2008-09-25 Thread Li, Jialin
On Fri, Sep 26, 2008 at 12:17 AM, Yue Chen <[EMAIL PROTECTED]> wrote: > Hi > > I want to use rmtree to delete a dir and use variables to catch the > error message. However, when i am about to delete a dir that does not > belong to me, it still print the error message to stderr. Does anyone > have