Re: recurisiveness

2004-06-30 Thread Joe Stuart
Thanks that worked great >>> [EMAIL PROTECTED] 06/30/04 12:22PM >>> Joe Stuart wrote: > I have a script that recursively goes through the filesystem and changes > links in html documents The problem I'm having is that it chokes on > directories with spaces in there names. Does anyone have any >

Re: recurisiveness

2004-06-30 Thread Randy W. Sims
Joe Stuart wrote: I have a script that recursively goes through the filesystem and changes links in html documents The problem I'm having is that it chokes on directories with spaces in there names. Does anyone have any suggestions on how to deal with this? I've tried using both glob and readdir

Re: recurisiveness

2004-06-30 Thread Gunnar Hjalmarsson
Joe Stuart wrote: I have a script that recursively goes through the filesystem and changes links in html documents The problem I'm having is that it chokes on directories with spaces in there names. Does anyone have any suggestions on how to deal with this? I noticed when answering another questi

Re: recurisiveness

2004-06-30 Thread perl.org
On Wed, 30 Jun 2004 12:00:44 -0500, Joe Stuart wrote > I have a script that recursively goes through the filesystem and changes > links in html documents The problem I'm having is that it chokes on > directories with spaces in there names. Does anyone have any > suggestions on how to deal with th

recurisiveness

2004-06-30 Thread Joe Stuart
I have a script that recursively goes through the filesystem and changes links in html documents The problem I'm having is that it chokes on directories with spaces in there names. Does anyone have any suggestions on how to deal with this? I've tried using both glob and readdir to go through the