Приглашаем посетить
Рефераты (referat-lib.ru)

[Chapter 8] 8.72 File::DosGlob

PreviousChapter 8
Standard Modules
Next
 

8.72 File::DosGlob

Provides a portable enhanced DOS-like globbing for the standard Perl distribution. DosGlob lets you use wildcards in directory paths, is case-insensitive, and accepts both backslashes and forward slashes (although you may have to double the backslashes). Can be run three ways:

When invoked as a program from the command line, File::DosGlob prints null-separated filenames to STDOUT.


PreviousHomeNext
8.71 File::CopyBook Index8.73 File::Find