diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-13 20:49:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-01-13 20:49:52 +0000 |
commit | dfb634a9eac93365588858d3fa4687b4ce993eb7 (patch) | |
tree | eabc0afebddd60be73c7c40cf1db9e9523ab4df5 /README.win32 | |
parent | d07c2202867c84a305417e42e522ca39d055c62a (diff) | |
download | perl-dfb634a9eac93365588858d3fa4687b4ce993eb7.tar.gz |
[win32] fix perlglob.bat warnings by splitting it from File::DosGlob
p4raw-id: //depot/win32/perl@417
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/README.win32 b/README.win32 index fb42850597..233bb6399c 100644 --- a/README.win32 +++ b/README.win32 @@ -237,16 +237,17 @@ perlglob.bat. perlglob.exe relies on the argv expansion done by the C Runtime of the particular compiler you used, and therefore behaves very differently depending on the Runtime used to build it. To preserve -compatiblity, perlglob.bat (a perl script/module that can be -used portably) is installed. Besides being portable, perlglob.bat -also offers enhanced globbing functionality. +compatiblity, perlglob.bat (a perl script that can be used portably) +is installed. Besides being portable, perlglob.bat also offers +enhanced globbing functionality. If you want perl to use perlglob.bat instead of perlglob.exe, just delete perlglob.exe from the install location (or move it somewhere -perl cannot find). Using File::DosGlob.pm (which is the same -as perlglob.bat) to override the internal CORE::glob() works about 10 -times faster than spawing perlglob.exe, and you should take this -approach when writing new modules. See File::DosGlob for details. +perl cannot find). Using File::DosGlob.pm (which implements the core +functionality of perlglob.bat) to override the internal CORE::glob() +works about 10 times faster than spawing perlglob.exe, and you should +take this approach when writing new modules. See File::DosGlob for +details. =item Using perl from the command line |