recurisiveness

From: Joe Stuart (jstuart_at_edenpr.k12.mn.us)
Date: 06/30/04


Date: Wed, 30 Jun 2004 12:00:44 -0500
To: <beginners@perl.org>

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 directory. Glob doesnt error out, but it
doesnt change the links in the documents and when using readdir I get
this error message.
Bad symbol for filehandle at ./recurse.pl line 15.

Thanks



Relevant Pages

  • Re: recurisiveness
    ... > links in html documents The problem I'm having is that it chokes on ... > readdir to go through the directory. ... Glob doesnt error out, but it ...
    (perl.beginners)
  • Re: recurisiveness
    ... > I have a script that recursively goes through the filesystem and ... > links in html documents The problem I'm having is that it chokes on ... > readdir to go through the directory. ... Glob doesnt error out, but it ...
    (perl.beginners)
  • Re: recurisiveness
    ... > 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 ... > readdir to go through the directory. ... Glob doesnt error out, but it ...
    (perl.beginners)