Glob and space in directory name
From: Boris Shor (bshor_at_Princeton.EDU)
Date: 11/26/03
- Next message: Paul Johnson: "Re: Count the no of times a script is called"
- Previous message: Daniel Staal: "Re: Reply to the list WAS Yahoo! Getter"
- Next in thread: Daniel Staal: "Re: Glob and space in directory name"
- Reply: Daniel Staal: "Re: Glob and space in directory name"
- Maybe reply: Dan Muey: "RE: Glob and space in directory name"
- Maybe reply: Dan Muey: "RE: Glob and space in directory name"
- Maybe reply: Steve Grazzini: "Re: Glob and space in directory name"
- Reply: John W. Krahn: "Re: Glob and space in directory name"
- Maybe reply: Rob Dixon: "Re: Glob and space in directory name"
- Maybe reply: R. Joseph Newton: "Re: Glob and space in directory name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <beginners@perl.org> Date: Wed, 26 Nov 2003 15:58:32 -0500
Why does the following work (eg, give me an array filled with matching file
names):
@filelist = glob("w:/stleg/Colorado/House_98/*.htm");
And when I rename the directory to "House 98" (space instead of underscore),
the following does not:
@filelist = glob("w:/stleg/Colorado/House 98/*.htm");
Thanks!
- Next message: Paul Johnson: "Re: Count the no of times a script is called"
- Previous message: Daniel Staal: "Re: Reply to the list WAS Yahoo! Getter"
- Next in thread: Daniel Staal: "Re: Glob and space in directory name"
- Reply: Daniel Staal: "Re: Glob and space in directory name"
- Maybe reply: Dan Muey: "RE: Glob and space in directory name"
- Maybe reply: Dan Muey: "RE: Glob and space in directory name"
- Maybe reply: Steve Grazzini: "Re: Glob and space in directory name"
- Reply: John W. Krahn: "Re: Glob and space in directory name"
- Maybe reply: Rob Dixon: "Re: Glob and space in directory name"
- Maybe reply: R. Joseph Newton: "Re: Glob and space in directory name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]