Re: Recursive function

2004-11-23 Thread Dave Gray
> I know I can use the "find.pm". But, I'd like to know why the recoursive > I did is wrong. There are no debug print statements in your code. There are also a lot of 'next' statements, which always make me suspicious. See comments in chopped-up code below. Good luck, Dave > == Start of code [sn

RE: Recursive function

2004-11-23 Thread Eaton Elyahu Doron
I sent it again, since I didn't got a reply that satisfy me. I know I can use the "find.pm". But, I'd like to know why the recoursive I did is wrong. Thanks, Eli. -Original Message- From: Eaton Elyahu Doron [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 9:44 PM To: [EMAIL P

RE: Recursive function

2004-11-21 Thread Eaton Elyahu Doron
ROTECTED] Sent: Wednesday, November 17, 2004 7:39 PM To: Eaton Elyahu Doron Cc: [EMAIL PROTECTED] Subject: Re: Recursive function > The purpose is simple, search directory inside $depth levels for > directories. No need

Re: Recursive function

2004-11-17 Thread Dave Gray
> The purpose is simple, search directory inside $depth levels for > directories. No need to reinvent the wheel: -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]