recurisiveness
From: Joe Stuart (jstuart_at_edenpr.k12.mn.us)
Date: 06/30/04
- Next message: Perl.Org: "Re: recurisiveness"
- Previous message: Wiggins D Anconia: "Re: CGI-Perl fails to work on Solaris"
- Next in thread: Perl.Org: "Re: recurisiveness"
- Reply: Perl.Org: "Re: recurisiveness"
- Reply: Gunnar Hjalmarsson: "Re: recurisiveness"
- Reply: Randy W. Sims: "Re: recurisiveness"
- Maybe reply: Joe Stuart: "Re: recurisiveness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Perl.Org: "Re: recurisiveness"
- Previous message: Wiggins D Anconia: "Re: CGI-Perl fails to work on Solaris"
- Next in thread: Perl.Org: "Re: recurisiveness"
- Reply: Perl.Org: "Re: recurisiveness"
- Reply: Gunnar Hjalmarsson: "Re: recurisiveness"
- Reply: Randy W. Sims: "Re: recurisiveness"
- Maybe reply: Joe Stuart: "Re: recurisiveness"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|