Re: Win32/Unix File differences

2002-10-08 Thread Thomas R Wyant_III
John Drabinowicz [EMAIL PROTECTED] wrote: I just got the O'Reilly Learning Perl on Win32 Systems book and have a question about using the directory/file structure. This book says that I can walk the directory as shown is example 1, [using globbing] but I have been using example 2 [which

RE: Win32/Unix File differences

2002-10-08 Thread Tony White
Title: Win32/Unix File differences Now *I* may not be making any sense, but it seems to me that Example 1 is globbing as well, but it's only going to get file/directory entries that start with anything and end in "test.pl". It's certainly not code that I would use to walk a directory tree.

Re: Win32/Unix File differences

2002-10-08 Thread $Bill Luebkert
John Drabinowicz wrote: Hi Gang, I'm curious, I just got the O'Reilly Learning Perl on Win32 Systems book and have a question about using the directory/file structure. This book says that I can walk the directory as shown is example 1, but I have been using example 2. Now I have